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 fa4f676 commit 57845ebCopy full SHA for 57845eb
charts/cf-common/templates/container/_image.tpl
@@ -12,7 +12,7 @@ Usage:
12
{{- $registryName := .image.registry -}}
13
{{- $repositoryName := .image.repository -}}
14
{{- $imageTag := .image.tag | toString -}}
15
-{{- $imageDigest := image.digest }}
+{{- $imageDigest := .image.digest }}
16
17
{{- if $.Values.global -}}
18
{{- if $.Values.global.imageRegistry -}}
0 commit comments