This is self hosted cadence charts repository as a back up for the official Banzai Cloud Helm Charts repository.
- On a seperate folder, checkout the official repo
git clone [email protected]:banzaicloud/banzai-charts.git official-banzai-charts
- Go to
official-banzai-charts
- Checkout a tagged version:
git checkout <release tag>
- Run the following command to build cadence chart package
helm dependency update cadence helm package cadence
- Copy the created tgz file back to the root folder
- Run
helm repo index .
to update the index file - Push the changes to git to publish the package