document how releases are town wrt Helm bits

This commit is contained in:
Daniel Holbach
2020-08-05 11:03:32 +02:00
parent 50f8d037fc
commit 19b177372e
+9
View File
@@ -91,6 +91,15 @@ cat kured-ds.yaml >> "$MANIFEST"
sed -i "s#docker.io/weaveworks/kured#docker.io/weaveworks/kured:$VERSION#g" "$MANIFEST"
```
To make this available for our Helm users, please make sure you update the
image version in
- `charts/kured/values.yaml` (`tag`) and
- `charts/kured/Chart.yaml` (`appVersion`) as well.
Finally bump the `version` in `charts/kured/Chart.yaml` and you should be
all set.
Now you can head to the Github UI, use the version number as tag and upload the
`kured-<release>-dockerhub.yaml` file.