From 126e0c75ad3d8170115d8b2969a2d9f0ea738b29 Mon Sep 17 00:00:00 2001 From: Emil Matyjaszewski Date: Fri, 20 Dec 2024 12:21:12 +0100 Subject: [PATCH] Update release instructions in readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 196bf36..e9b5ccb 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,11 @@ helm install ./charts/ Make sure to configure the necessary values for each chart. -## Packaging +## Releasing new chart version -Until it's not automatic, the new versions of charts can be released by calling `./scripts/package.sh `. +1. Bump chart version manually in `Chart.yaml` file within the chart folder. +2. Release new version with `./scripts/package.sh `. +3. Bump used chart version to the new one in deployment pipeline configuration. ## Issues As this is freshly open-sourced, some features may be missing in the charts. Please open an issue for additional details or feature requests regarding the charts or the README.