Commit f3efa1b
committed
fix(nativeHelm): add HELM_EXPERIMENTAL_OCI=1 to enable OCI support on helm 3.7.x
Set HELM_EXPERIMENTAL_OCI=1 unconditionally in the helm deploy container env
vars. This is required for OCI registry support on helm 3.7.x and is a no-op
on helm 3.8+ where OCI support became stable.1 parent 7b998f3 commit f3efa1b
2 files changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
| 530 | + | |
530 | 531 | | |
531 | 532 | | |
532 | 533 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
103 | 98 | | |
104 | 99 | | |
105 | 100 | | |
| |||
0 commit comments