Skip to content

Commit

Permalink
chore(deps): update update mend renovate docker images to v9.4.0 (#649)
Browse files Browse the repository at this point in the history
* chore(deps): update update mend renovate docker images to v9.4.0

* Update Chart.yaml

* Update Chart.yaml

* Update job-logs-apis.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nabeel Saabna <[email protected]>
  • Loading branch information
renovate[bot] and nabeelsaabna authored Feb 3, 2025
1 parent 66cbbb8 commit 2a7c9cd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
10 changes: 9 additions & 1 deletion docs/job-logs-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,15 @@ Pagination is not supported. Results are sorted with most recent job first.
"startedAt": "2024-05-13 09:01:25.735557",
"completedAt": "2024-05-13 09:03:22.818254",
"logLocation": "S3://job-logs/my-org/my-repo/fccefbdc-de1e-49b7-bd9a-bfe530ee7547.log.gz",
"status": "success"
"status": "success",
"artifactErrors": {
"renovate/husky-8.x": [
{
"stderr": "npm ERR! code ETARGET\nnpm ERR! notarget No matching version found for [email protected].\nnpm ERR! notarget In most cases you or one of your dependencies are requesting\nnpm ERR! notarget a package version that doesn't exist.\n\nnpm ERR! A complete log of this ru<truncated>",
"lockFile": "package-lock.json"
}
]
}
}
]
```
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/mend-renovate-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: mend-renovate-ce
version: 9.3.1
appVersion: 9.3.0
version: 9.4.0
appVersion: 9.4.0
description: Mend Renovate Community Edition
home: https://github.com/mend/renovate-ce-ee
sources:
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/mend-renovate-ce/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/mend/renovate-ce
tag: 9.3.0-full
tag: 9.4.0-full
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/mend-renovate-ee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: mend-renovate-enterprise-edition
version: 3.3.1
appVersion: 9.3.0
version: 3.4.0
appVersion: 9.4.0
description: Mend Renovate Enterprise Edition
home: https://github.com/mend/renovate-ce-ee
sources:
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/mend-renovate-ee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ postgresql:
renovateServer:
image:
repository: ghcr.io/mend/renovate-ee-server
version: 9.3.0@sha256:bdacb9051208be937fd68d01c72124ade2f2ea66d99ebc8dc3e7e2c67a6a9ce9
version: 9.4.0@sha256:038e646e7de7c266a43a1077d8b2e8a01781174e97bd3ba49069ea406c568937
pullPolicy: Always

# Number of renovate-ee-server (for SQLite only 1 replica is allowed)
Expand Down Expand Up @@ -249,7 +249,7 @@ renovateServer:
renovateWorker:
image:
repository: ghcr.io/mend/renovate-ee-worker
version: 9.3.0-full@sha256:c23a6e239cdbb118d45e79c4c943bf0d8334e5c9db1eee500696a2d38b782a1e
version: 9.4.0-full@sha256:4843f7027e9ffc5ef8b0c50ab8d3123de6996b5c6e06d9b705ddc82e97ded736
pullPolicy: Always

# Optional: Sets the maximum execution duration of a Renovate CLI scan in minutes. Defaults to 60.
Expand Down

0 comments on commit 2a7c9cd

Please sign in to comment.