Skip to content

Commit

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

* Update Chart.yaml

* Update Chart.yaml

---------

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 Sep 12, 2024
1 parent e20ef26 commit 6c31b3a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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: 8.1.1
appVersion: 8.1.1
version: 8.2.0
appVersion: 8.2.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: 8.1.1-full
tag: 8.2.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: 2.1.1
appVersion: 8.1.1
version: 2.2.0
appVersion: 8.2.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: 8.1.1@sha256:52027ad5ebf5361a4eb56bc36ff54c0b563691e8e9a8a35accfd97da2ba581db
version: 8.2.0@sha256:8fce56d967d8c2dffa8511b9ccf036cc1b27863c254db035cb43c9d65f2e83f8
pullPolicy: Always

# Number of renovate-ee-server (for SQLite only 1 replica is allowed)
Expand Down Expand Up @@ -238,7 +238,7 @@ renovateServer:
renovateWorker:
image:
repository: ghcr.io/mend/renovate-ee-worker
version: 8.1.1-full@sha256:0fbe050bc9772eed6f785a713fa8bf4240fe848318c7e375c5ffd46b69d5687d
version: 8.2.0-full@sha256:b215771aa1461b05f12cdc6121f25fed519f34ccb8973b25d7572bbe940149a5
pullPolicy: Always

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

0 comments on commit 6c31b3a

Please sign in to comment.