Skip to content

Commit d6221cc

Browse files
aa-replicatedclaude
andcommitted
fix(helmchart): use literal KOTS template syntax for VersionLabel
Replaced Helm escape sequences with the literal repl{{ .VersionLabel }} string. helmchart.yaml is a KOTS manifest uploaded directly to Replicated — it is never processed by Helm, so Go template escaping was incorrect and caused a parse error. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d0d5162 commit d6221cc

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)