diff --git a/helm-charts/mend-renovate-ce/Chart.yaml b/helm-charts/mend-renovate-ce/Chart.yaml index 99e2d2cf..a4cc13ee 100644 --- a/helm-charts/mend-renovate-ce/Chart.yaml +++ b/helm-charts/mend-renovate-ce/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: mend-renovate-ce -version: 7.6.1 -appVersion: 7.6.0 +version: 7.6.2 +appVersion: 7.6.1 description: Mend Renovate Community Edition home: https://github.com/mend/renovate-ce-ee sources: diff --git a/helm-charts/mend-renovate-ce/values.yaml b/helm-charts/mend-renovate-ce/values.yaml index ca5079e7..ad3ed015 100644 --- a/helm-charts/mend-renovate-ce/values.yaml +++ b/helm-charts/mend-renovate-ce/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/mend/renovate-ce - tag: 7.6.0-full + tag: 7.6.1-full pullPolicy: IfNotPresent nameOverride: "" diff --git a/helm-charts/mend-renovate-ee/Chart.yaml b/helm-charts/mend-renovate-ee/Chart.yaml index 5dd8693b..1521e542 100644 --- a/helm-charts/mend-renovate-ee/Chart.yaml +++ b/helm-charts/mend-renovate-ee/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: mend-renovate-enterprise-edition -version: 1.6.1 -appVersion: 7.6.0 +version: 1.6.2 +appVersion: 7.6.1 description: Mend Renovate Enterprise Edition home: https://github.com/mend/renovate-ce-ee sources: diff --git a/helm-charts/mend-renovate-ee/values.yaml b/helm-charts/mend-renovate-ee/values.yaml index bc11e999..d623e203 100644 --- a/helm-charts/mend-renovate-ee/values.yaml +++ b/helm-charts/mend-renovate-ee/values.yaml @@ -28,7 +28,7 @@ postgresql: renovateServer: image: repository: ghcr.io/mend/renovate-ee-server - tag: 7.6.0 + tag: 7.6.1 pullPolicy: IfNotPresent # Number of renovate-ee-server (for SQLite only 1 replica is allowed) @@ -210,7 +210,7 @@ renovateServer: renovateWorker: image: repository: ghcr.io/mend/renovate-ee-worker - tag: 7.6.0-full + tag: 7.6.1-full pullPolicy: IfNotPresent # Optional: Sets the maximum execution duration of a Renovate CLI scan in minutes. Defaults to 60.