Skip to content

Commit 590494b

Browse files
Merge pull request #23 from aa-replicated/hotfix/helmchart-version-label
fix(helmchart): use literal KOTS template syntax for VersionLabel
2 parents d0d5162 + d6221cc commit 590494b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helmchart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
chartVersion: ""
99
values:
1010
image:
11-
tag: repl{{ '{{' }} .VersionLabel {{ '}}' }}
11+
tag: repl{{ .VersionLabel }}
1212
global:
1313
imagePullSecrets:
1414
- name: '{{repl ImagePullSecretName }}'

0 commit comments

Comments
 (0)