File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ fullnameOverride: {{ $fullname }}
1414{{- $bindingSecretName = printf "%s-binding" $fullname }}
1515{{- end }}
1616
17- {{- with .version}}
1817image :
18+ repository : bitnamilegacy/redis
19+ {{- with .version}}
1920 tag : {{ . }}
20- {{- end }}
21+ {{- end }}
2122
2223{{- if $persistenceEnabled }}
2324{{- with .persistence.storageClass }}
@@ -153,10 +154,11 @@ replica:
153154{{- if $sentinelEnabled }}
154155sentinel :
155156 enabled : true
156- {{- with .Version }}
157157 image :
158+ repository : bitnamilegacy/redis-sentinel
159+ {{- with .Version }}
158160 tag : {{ . }}
159- {{- end }}
161+ {{- end }}
160162 {{- with .sentinel.resources }}
161163 resources :
162164 {{- toYaml . | nindent 4 }}
@@ -170,6 +172,8 @@ sentinel:
170172{{- if $metricsEnabled }}
171173metrics :
172174 enabled : true
175+ image :
176+ repository : bitnamilegacy/redis-exporter
173177 {{- with .metrics.resources }}
174178 resources :
175179 {{- toYaml . | nindent 4 }}
You can’t perform that action at this time.
0 commit comments