From 19b177372ea30d5407e2aac94cd31c5c2bd62fe0 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Wed, 5 Aug 2020 11:03:32 +0200 Subject: [PATCH] document how releases are town wrt Helm bits --- DEVELOPMENT.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 1c5871a..d66151f 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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--dockerhub.yaml` file.