From 075ccd8533e9928b78b8d1cf3d96df01e82d6ea7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 01:33:43 +0000 Subject: [PATCH] chore(deps): update quay.io/coreos/etcd docker tag to v3.5.18 --- 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..ebb57df 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.18 pullPolicy: IfNotPresent ## Enable persistence using Persistent Volume Claims ## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/