Commit 992e8b7
fix(ci): publish vendored chart under distinct OCI name
The fork's chart was pushing to ghcr.io/<owner>/charts/trigger, which
collides with an existing package in the GovSignals org owned by a
different repo — push was 403'd on the blob HEAD probe.
Rename the published artifact to vendored-upstream-trigger by rewriting
Chart.yaml's name field at package time. CHART_NAME env now drives both
the local filename and the OCI path, and the rename only affects the
published artifact (the on-disk chart still says name: trigger so
upstream contracts and lint/test stay unchanged).
Result: ghcr.io/<owner>/charts/vendored-upstream-trigger:<version>.
Consumers reference it via dependencies.name=vendored-upstream-trigger
(or alias: trigger for backwards-compatible subchart values).
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent b184cf5 commit 992e8b7
2 files changed
Lines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
130 | | - | |
| 133 | + | |
131 | 134 | | |
132 | 135 | | |
| 136 | + | |
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
| |||
188 | 192 | | |
189 | 193 | | |
190 | 194 | | |
191 | | - | |
| 195 | + | |
192 | 196 | | |
193 | 197 | | |
194 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
122 | 129 | | |
123 | 130 | | |
124 | 131 | | |
| |||
0 commit comments