Commit c9d07a4
authored
Register the Unleash helm repo for chart-releaser (#33)
The chart-releaser release failed packaging `charts/nango` with:
```
Error: no repository definition for https://docs.getunleash.io/helm-charts
```
`chart-releaser` runs `helm dependency build`, which resolves dependency
repos by URL. The new `unleash` subchart added in #32 points at
`https://docs.getunleash.io/helm-charts`, but that repo wasn't
registered1 parent bfc44ef commit c9d07a4
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments