Chart for deploying web application.
- Update version in Chart.yaml & cr.yaml (use same version for both)
- Run
cr package squadcast-helm --config cr.yaml
to package the chart - Run
git tag squadcast-helm-<version>
to tag the chart and push the tag to the repository usinggit push origin squadcast-helm-<version>
- Run
cr upload --config cr.yaml
to upload the chart to the chart repository - Run
cr index --config cr.yaml
to generate the index.yaml file
run helm repo add squadcast-helm https://squadcasthub.github.io/helm-infra/
run helm install squadcast-helm squadcast-helm/squadcast-helm