Skip to content

Commit 285f57a

Browse files
authored
add missing values.yaml instructions to README (#53)
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 <jaypipes@gmail.com> Signed-off-by: Jay Pipes <jaypipes@gmail.com>
1 parent 5641791 commit 285f57a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ git checkout -b release-$RELEASE_VERSION
108108

109109
Open `helm/Chart.yaml` and change the `version` and `appVersion` to match the `$RELEASE_VERSION`.
110110

111+
Open `helm/values.yaml` and change the `image.tag` value to match the `$RELEASE_VERSION`.
112+
111113
3. Create a Git commit for the new release artifacts.
112114

113115
```bash

0 commit comments

Comments
 (0)