From a06b0406dea1075b054853a3f06d4933b28b8a27 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 4 Oct 2023 19:57:40 +0200 Subject: [PATCH] chore(deps): update redis:alpine docker digest to 343e654 (#2169) --- helm-chart/templates/redis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/templates/redis.yaml b/helm-chart/templates/redis.yaml index 87efdc8369d..a09d7bf0b1b 100644 --- a/helm-chart/templates/redis.yaml +++ b/helm-chart/templates/redis.yaml @@ -51,7 +51,7 @@ spec: privileged: false readOnlyRootFilesystem: true {{- if .Values.cartDatabase.inClusterRedis.publicRepository }} - image: redis:alpine@sha256:9150d86fe2a9d03bbdb15bb9758fa5e3d24632386af8f6eb4d675ee4c976f499 + image: redis:alpine@sha256:343e6546f35877801de0b8580274a5e3a8e8464cabe545a2dd9f3c78df77542a {{- else }} image: {{ .Values.images.repository }}/redis:alpine {{- end }}