Before you begin, ensure you have Helm installed.
To use the Helm charts for each project, follow these steps:
helm repo add snappcloud-status-page https://snapp-incubator.github.io/snappcloud-status-backend/
If you had already added this repo earlier, run helm repo update
to retrieve the latest versions of the packages.
helm search repo snappcloud-status-page
helm install my-release snappcloud-status-page/<chart-name>
helm delete my-release