Skip to content

Commit

Permalink
Merge pull request #1017 from christianknell/renovate/etcd-defrag-bit…
Browse files Browse the repository at this point in the history
…nami-etcd-3.x

chore(deps): update bitnami/etcd docker tag to v3.5.10
  • Loading branch information
christianhuth authored Oct 30, 2023
2 parents ac0bfc3 + 8f6bdc3 commit 15b70c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/etcd-defrag/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/etcd-defrag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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)
2 changes: 1 addition & 1 deletion charts/etcd-defrag/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit 15b70c5

Please sign in to comment.