From caf42337d046dacd4314ac41f63a3bcdbbed7c74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 22:16:10 +0000 Subject: [PATCH] chore(deps): update quay.io/coreos/etcd docker tag to v3.5.15 --- charts/pachyderm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pachyderm/values.yaml b/charts/pachyderm/values.yaml index 30c82aa..023fc99 100644 --- a/charts/pachyderm/values.yaml +++ b/charts/pachyderm/values.yaml @@ -73,7 +73,7 @@ etcd: ## For available images please check: https://hub.docker.com/r/pachyderm/etcd/tags or: https://quay.io/repository/coreos/etcd?tag=latest&tab=tags image: repository: quay.io/coreos/etcd - tag: v3.3.5 + tag: v3.5.15 pullPolicy: IfNotPresent ## Enable persistence using Persistent Volume Claims ## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/