Skip to content

fix(helmchart): use literal KOTS template syntax for VersionLabel#23

Merged
aa-replicated merged 1 commit into
mainfrom
hotfix/helmchart-version-label
Apr 10, 2026
Merged

fix(helmchart): use literal KOTS template syntax for VersionLabel#23
aa-replicated merged 1 commit into
mainfrom
hotfix/helmchart-version-label

Conversation

@aa-replicated
Copy link
Copy Markdown
Owner

Summary

Fixes the unable-to-render error on line 11 of helmchart.yaml.

Root cause: I used Helm's {{ '{{' }} escape syntax to produce literal {{ characters. But helmchart.yaml is a KOTS manifest — it is copied directly to release/ and uploaded to Replicated, never processed by Helm. The escape sequences appeared verbatim and caused a KOTS parse error.

Fix: Replace with the literal KOTS template expression:

tag: repl{{ .VersionLabel }}

🤖 Generated with Claude Code

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>
@aa-replicated aa-replicated merged commit 590494b into main Apr 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant