Skip to content

Commit

Permalink
Merge pull request #1029 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.12
  • Loading branch information
christianhuth authored Feb 3, 2024
2 parents 4f96765 + 4e895f9 commit b768866
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 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.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:
Expand All @@ -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
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.10"
tag: "3.5.12"

# -- If defined, uses a Secret to pull an image from a private Docker registry or repository.
imagePullSecrets: []
Expand Down

0 comments on commit b768866

Please sign in to comment.