Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is properly set up, add the repository as follows:
helm repo add <alias> https://labs64.github.io/labs64.io-helm-charts
If you have already added this repository, run the following command to retrieve the latest versions of the packages:
helm repo update
To list the available chart versions:
helm search repo <alias>
To view default chart values:
helm show values <alias>/<chart-name>
To install the chart:
helm upgrade --install my-<chart-name> <alias>/<chart-name>
To uninstall the chart:
helm uninstall my-<chart-name>