From 35c2c29adf478265cd9d85f14213aa277bd78efe Mon Sep 17 00:00:00 2001 From: Jay Pipes Date: Tue, 29 Nov 2022 08:33:34 -0500 Subject: [PATCH] add missing values.yaml instructions to README Adds missing instruction to update the `helm/values.yaml` file's `image.tag` configuration value to match the `$RELEASE_VERSION` in the README's release steps. Signed-off-by: Jay Pipes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 49d44741..a7cfaebf 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,8 @@ git checkout -b release-$RELEASE_VERSION Open `helm/Chart.yaml` and change the `version` and `appVersion` to match the `$RELEASE_VERSION`. +Open `helm/values.yaml` and change the `image.tag` value to match the `$RELEASE_VERSION`. + 3. Create a Git commit for the new release artifacts. ```bash