Skip to content

Commit

Permalink
original redis ver
Browse files Browse the repository at this point in the history
  • Loading branch information
avishay28 committed Aug 21, 2024
1 parent 05a1f68 commit e1f036c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Get the Ingress TLS secret.
image: "{{ .Values.redisStorage.image.repository }}:{{ .Values.redisStorage.image.tag }}"
imagePullPolicy: {{ .Values.redisStorage.image.pullPolicy }}
{{- else }}
image: "docker.io/bitnami/redis:7.4"
image: "docker.io/bitnami/redis:6.2"
imagePullPolicy: "Always"
{{- end -}}
{{- end -}}

0 comments on commit e1f036c

Please sign in to comment.