From 3e5565e31beabc3d035c4c9aa84bad1194fea9f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 11:03:19 +0000 Subject: [PATCH 1/3] Update bitnami/etcd Docker tag to v3.5.15 --- charts/etcd-defrag/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/etcd-defrag/values.yaml b/charts/etcd-defrag/values.yaml index feb47d93..f7294a36 100644 --- a/charts/etcd-defrag/values.yaml +++ b/charts/etcd-defrag/values.yaml @@ -10,7 +10,7 @@ image: # -- image pull policy pullPolicy: Always # -- Overrides the image tag - tag: "3.5.12" + tag: "3.5.15" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: [] From ea3b68817f6dfb070951cb6826be0ca96a678095 Mon Sep 17 00:00:00 2001 From: Christian Huth Date: Thu, 29 Aug 2024 13:12:15 +0200 Subject: [PATCH 2/3] Update Chart.yaml --- charts/etcd-defrag/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/etcd-defrag/Chart.yaml b/charts/etcd-defrag/Chart.yaml index 64583d0d..b580c08e 100644 --- a/charts/etcd-defrag/Chart.yaml +++ b/charts/etcd-defrag/Chart.yaml @@ -3,7 +3,7 @@ name: etcd-defrag description: A Helm chart for running a defragmentation CronJob for ETCD type: application version: 1.1.1 -appVersion: "3.5.12" +appVersion: "3.5.15" home: https://github.com/christianhuth/helm-charts icon: https://cdn.worldvectorlogo.com/logos/etcd-1.svg maintainers: @@ -15,4 +15,4 @@ sources: annotations: artifacthub.io/changes: | - kind: changed - description: URL and name of Helm repository + description: bumped image version to 3.5.15 From 118f31db91e045f250e94cc2b8e1a44360156cdd Mon Sep 17 00:00:00 2001 From: Christian Huth Date: Thu, 29 Aug 2024 13:36:02 +0200 Subject: [PATCH 3/3] Aktualisieren von Chart.yaml --- charts/etcd-defrag/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/etcd-defrag/Chart.yaml b/charts/etcd-defrag/Chart.yaml index b580c08e..e252ce2d 100644 --- a/charts/etcd-defrag/Chart.yaml +++ b/charts/etcd-defrag/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: etcd-defrag description: A Helm chart for running a defragmentation CronJob for ETCD type: application -version: 1.1.1 +version: 1.1.2 appVersion: "3.5.15" home: https://github.com/christianhuth/helm-charts icon: https://cdn.worldvectorlogo.com/logos/etcd-1.svg