Commit d6221cc
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
0 commit comments