- adjust console version (if needed)
- adjust kubefirst-api version (if needed)
- adjust macro chart version
- generate helm package
helm dependency update ./charts/kubefirst
- Open a PR against the
main
branch - Once you merge the PR the GitHub action will update the chart in the Kubefirst Chart Museum
Run the following commands
helm repo add konstruct https://charts.konstruct.io
helm repo update
replace with the desired version
helm install kubefirst --create-namespace --version <version> konstruct/kubefirst