Skip to content

Commit

Permalink
Update release instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emil-kellton committed Dec 20, 2024
1 parent 22f6752 commit 126e0c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ helm install <release-name> ./charts/<chart-name>

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 <name-of-chart>`.
1. Bump chart version manually in `Chart.yaml` file within the chart folder.
2. Release new version with `./scripts/package.sh <name-of-chart>`.
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.

0 comments on commit 126e0c7

Please sign in to comment.