diff --git a/bitnami/etcd/Chart.yaml b/bitnami/etcd/Chart.yaml index eb29bc689..2f1885c6a 100644 --- a/bitnami/etcd/Chart.yaml +++ b/bitnami/etcd/Chart.yaml @@ -24,4 +24,4 @@ name: etcd sources: - https://github.com/bitnami/bitnami-docker-etcd - https://coreos.com/etcd/ -version: 6.13.0 +version: 6.13.1 diff --git a/bitnami/etcd/values.yaml b/bitnami/etcd/values.yaml index ece236619..79273a0aa 100644 --- a/bitnami/etcd/values.yaml +++ b/bitnami/etcd/values.yaml @@ -69,7 +69,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/etcd - tag: 3.5.1-debian-10-r86 + tag: 3.5.1-debian-10-r88 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -574,7 +574,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r311 + tag: 10-debian-10-r312 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.