From 8ab2039ba0c0cabc79ad317fa2ac730b1a58eed3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:59:52 +0000 Subject: [PATCH 1/2] chore(deps): update bitnami/etcd docker tag to v3.5.10 --- 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 a3709c7e..42cd132c 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.9" + tag: "3.5.10" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: [] From 8f6bdc32780997c1ccb8a8bc0a748a83ec196c24 Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Mon, 30 Oct 2023 17:06:36 +0100 Subject: [PATCH 2/2] bumped image version --- charts/etcd-defrag/Chart.yaml | 4 ++-- charts/etcd-defrag/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/etcd-defrag/Chart.yaml b/charts/etcd-defrag/Chart.yaml index eff8a8fd..41accb33 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.5 -appVersion: "3.5.9" +version: 1.0.6 +appVersion: "3.5.10" home: https://github.com/christianknell/helm-charts icon: https://cdn.worldvectorlogo.com/logos/etcd-1.svg maintainers: diff --git a/charts/etcd-defrag/README.md b/charts/etcd-defrag/README.md index 94ec0ea5..74ccf029 100644 --- a/charts/etcd-defrag/README.md +++ b/charts/etcd-defrag/README.md @@ -91,7 +91,7 @@ The command removes all the Kubernetes components associated with the chart and | fullnameOverride | string | `""` | String to fully override `"etcd-defrag.fullname"` | | image.pullPolicy | string | `"Always"` | image pull policy | | image.repository | string | `"bitnami/etcd"` | image repository | -| image.tag | string | `"3.5.9"` | Overrides the image tag | +| image.tag | string | `"3.5.10"` | Overrides the image tag | | imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | nameOverride | string | `""` | Provide a name in place of `etcd-defrag` | | nodeSelector | object | `{"node-role.kubernetes.io/control-plane":""}` | Node labels for pod assignment | @@ -113,4 +113,4 @@ helm install my-release -f values.yaml christianknell/etcd-defrag --- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)