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 7dc5a35 commit e91e54eCopy full SHA for e91e54e
helm-chart/templates/loadgenerator.yaml
@@ -66,7 +66,7 @@ spec:
66
- ALL
67
privileged: false
68
readOnlyRootFilesystem: true
69
- image: busybox:latest
+ image: busybox:latest@sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
70
env:
71
- name: FRONTEND_ADDR
72
value: "{{ .Values.frontend.name }}:80"
helm-chart/templates/redis.yaml
@@ -51,7 +51,7 @@ spec:
51
52
53
{{- if .Values.cartDatabase.inClusterRedis.publicRepository }}
54
- image: redis:alpine
+ image: redis:alpine@sha256:28b21d9e1726c2ba89610897a9a765bcd83edcc55baf6b9e31bed80123670001
55
{{- else }}
56
image: {{ .Values.images.repository }}/redis:alpine
57
{{- end }}
0 commit comments