From feea1191f06a9ea940863e450cdd1493d0166530 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 09:26:33 +0000 Subject: [PATCH 1/2] chore(deps): update bitnami/etcd docker tag to v3.5.12 --- 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 42cd132c..e327b1bc 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.10" + tag: "3.5.12" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: [] From 4e895f9df222253e1e6cb62c43cdb1fc228b1169 Mon Sep 17 00:00:00 2001 From: Christian Huth Date: Sat, 3 Feb 2024 10:30:17 +0100 Subject: [PATCH 2/2] Update Chart.yaml --- charts/etcd-defrag/Chart.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/etcd-defrag/Chart.yaml b/charts/etcd-defrag/Chart.yaml index 41accb33..82203763 100644 --- a/charts/etcd-defrag/Chart.yaml +++ b/charts/etcd-defrag/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: etcd-defrag description: A Helm chart for running a defragmentation CronJob for ETCD type: application -version: 1.0.6 -appVersion: "3.5.10" +version: 1.0.7 +appVersion: "3.5.12" home: https://github.com/christianknell/helm-charts icon: https://cdn.worldvectorlogo.com/logos/etcd-1.svg maintainers: @@ -12,3 +12,7 @@ maintainers: sources: - https://github.com/bitnami/containers/tree/main/bitnami/etcd - https://etcd.io +annotations: + artifacthub.io/changes: | + - kind: changed + description: bumped image version to v3.5.12