We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3751dec commit 9f2342fCopy full SHA for 9f2342f
helm-chart/templates/cartservice.yaml
@@ -252,7 +252,7 @@ spec:
252
privileged: false
253
readOnlyRootFilesystem: true
254
{{- if .Values.cartDatabase.inClusterRedis.publicRepository }}
255
- image: redis:alpine@sha256:d12963afb039f10c1fa933187e0d60a128b4d355bc4575d6c143674b38b28019
+ image: redis:alpine@sha256:7521abdff715d396aa482183942f3fe643344287c29ccb66eee16ac08a92190f
256
{{- else }}
257
image: {{ .Values.images.repository }}/redis:alpine
258
{{- end }}
0 commit comments