Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release instructions in readme #9

Merged
merged 1 commit into from
Dec 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading