Skip to content

Commit 2c2c4e6

Browse files
committed
fix(helm): pass full global values to image helper to respect new standartization
1 parent 4b118fb commit 2c2c4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

production/helm/loki/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Base template for building docker image reference
179179
Docker image name for Loki
180180
*/}}
181181
{{- define "loki.lokiImage" -}}
182-
{{- $dict := dict "service" .Values.loki.image "global" .Values.global.image "defaultVersion" .Chart.AppVersion -}}
182+
{{- $dict := dict "service" .Values.loki.image "global" .Values.global "defaultVersion" .Chart.AppVersion -}}
183183
{{- include "loki.baseImage" $dict -}}
184184
{{- end -}}
185185

0 commit comments

Comments
 (0)