Commit 7b998f3
fix(nativeHelm): support OCI repoUrl override for ORG_CHART deploys
constructHelmCommand now detects OCI URLs in the ORG_CHART branch and
uses the full chartRepoUrl as the chart reference instead of the bare
chart name. generateHelmInstallScript extended to run helm repo add for
ORG_CHART when a non-OCI custom repoUrl is present, matching the
existing PUBLIC chart behavior.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 10bb198 commit 7b998f3
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
230 | 235 | | |
231 | 236 | | |
232 | 237 | | |
| |||
305 | 310 | | |
306 | 311 | | |
307 | 312 | | |
308 | | - | |
| 313 | + | |
309 | 314 | | |
310 | 315 | | |
311 | 316 | | |
312 | | - | |
| 317 | + | |
313 | 318 | | |
314 | 319 | | |
315 | 320 | | |
| |||
0 commit comments