Commit 73cfe0d
authored
fix(publish-helm-chart): skip plugin verification for helm v4 compat (#111)
Helm v4.1.4 (installed by default since #106) verifies plugin sources on
`helm plugin install`. The chartmuseum/helm-push plugin does not ship a
verification manifest, so the install fails with:
Error: plugin source does not support verification. Use --verify=false
to skip verification
Pass `--verify=false` explicitly. The flag is accepted (as a no-op) on v3,
so callers pinning `helm-version: v3.x` are unaffected.
Broke nightly head-chart publish for loft-enterprise (and any other
caller using publish-helm-chart/v1).1 parent 035ae72 commit 73cfe0d
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
0 commit comments