From 34ab8969e2a6558192792d1cac421c3e43535047 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:53:18 +0300 Subject: [PATCH] chore(deps): update update mend renovate docker images to v7.6.1 (#548) * chore(deps): update update mend renovate docker images to v7.6.1 * Update Chart.yaml * Update Chart.yaml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com> --- helm-charts/mend-renovate-ce/Chart.yaml | 4 ++-- helm-charts/mend-renovate-ce/values.yaml | 2 +- helm-charts/mend-renovate-ee/Chart.yaml | 4 ++-- helm-charts/mend-renovate-ee/values.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) 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.