Skip to content

Commit 57845eb

Browse files
feat(cf-common): add image disgest
1 parent fa4f676 commit 57845eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/cf-common/templates/container/_image.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Usage:
1212
{{- $registryName := .image.registry -}}
1313
{{- $repositoryName := .image.repository -}}
1414
{{- $imageTag := .image.tag | toString -}}
15-
{{- $imageDigest := image.digest }}
15+
{{- $imageDigest := .image.digest }}
1616

1717
{{- if $.Values.global -}}
1818
{{- if $.Values.global.imageRegistry -}}

0 commit comments

Comments
 (0)