Commit a943516
committed
fix up missing space in url element of helm chart
The Chart.yaml.tpl was missing a space after the `url:` element for
maintainer team, resulting in the following error when eventually
running the scripts/helm-publish-chart.sh script:
```
Generating Helm chart package for mq@v0.0.2 ... Error: cannot load Chart.yaml: error converting YAML to JSON: yaml: line 15: could not find expected ':'
```1 parent b977d86 commit a943516
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
0 commit comments