Commit 9793d5c
fix(ci): stamp helmchart.yaml chartVersion at release time
The HelmChart manifest must have a chartVersion matching the packaged
archive. Replicated cannot match them when the field is empty, causing
helm-archive-missing and helm-chart-missing errors.
After copying helmchart.yaml to release/, use sed to replace the empty
chartVersion with the build version before the release is created.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 590494b commit 9793d5c
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
0 commit comments