From ddbf52d4fe97f1b458271bcc2333f633945cecf4 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 19 May 2022 09:39:57 +0000 Subject: [PATCH] [bitnami/etcd] Release 8.1.3 updating components versions Signed-off-by: Bitnami Containers --- bitnami/etcd/Chart.yaml | 2 +- bitnami/etcd/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/etcd/Chart.yaml b/bitnami/etcd/Chart.yaml index 78079af022..badf8adbde 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: 8.1.2 +version: 8.1.3 diff --git a/bitnami/etcd/values.yaml b/bitnami/etcd/values.yaml index 803ca4f5b7..baa84d4fb6 100644 --- a/bitnami/etcd/values.yaml +++ b/bitnami/etcd/values.yaml @@ -72,7 +72,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/etcd - tag: 3.5.4-debian-10-r21 + tag: 3.5.4-debian-10-r23 ## 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 @@ -591,7 +591,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r427 + tag: 10-debian-10-r429 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.