From e02a1d535abdcc68394c3dad8a463e2824bd3489 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 04:21:39 +0000 Subject: [PATCH] chore(deps): update redis:alpine docker digest to c1e8845 (#27) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- helm-chart/templates/cartservice.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/templates/cartservice.yaml b/helm-chart/templates/cartservice.yaml index 1019336d8..ea1b9d6e8 100644 --- a/helm-chart/templates/cartservice.yaml +++ b/helm-chart/templates/cartservice.yaml @@ -248,7 +248,7 @@ spec: privileged: false readOnlyRootFilesystem: true {{- if .Values.cartDatabase.inClusterRedis.publicRepository }} - image: redis:alpine@sha256:de13e74e14b98eb96bdf886791ae47686c3c5d29f9d5f85ea55206843e3fce26 + image: redis:alpine@sha256:c1e88455c85225310bbea54816e9c3f4b5295815e6dbf80c34d40afc6df28275 {{- else }} image: {{ .Values.images.repository }}/redis:alpine {{- end }}