File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
charts/csghub/templates/helpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Define image's full path with more robust checks for subCharts
1111{{- $globalImage := default dict $context.Values.global.image -}}
1212{{- $localImage := default dict (index . 1) -}}
1313
14- {{- $registry := or $localImage .registry $globalImage .registry -}}
14+ {{- $registry := or $globalImage .registry $localImage .registry -}}
1515{{- $repository := or $localImage.repository $globalImage.repository -}}
1616{{- $tag := or $localImage.tag $globalImage.tag -}}
1717
@@ -36,7 +36,7 @@ Define image's full path with more robust checks for subCharts with fixed image
3636{ {- $globalImage := default dict $context .Values.global.image -} }
3737{ {- $localImage := default dict (or $context .Values.image $context .Values.csghub.server.image) -} }
3838
39- { {- $registry := or $localImage .registry $globalImage .registry -} }
39+ { {- $registry := or $globalImage .registry $localImage .registry -} }
4040{ {- $repository := index . 1 -} }
4141
4242{ {- if $registry -} }
You can’t perform that action at this time.
0 commit comments