This repo contains all the Helm charts for this Github organisation.
Chart Name | Source Code | Package |
---|---|---|
feedbacksystem |
Helm is required to use the charts.
Please refer to the Helm documentation for installation instructions.
After the installation, the repo can be added with the following command:
helm repo add thm-mni-ii https://thm-mni-ii.github.io/helm-charts
Update the Repo:
helm repo update
List all available chats:
helm search repo thm-mni-ii
To install the chart:
helm install my-<chart-name> thm-mni-ii/<chart-name>
To uninstall the chart:
helm delete my-<chart-name>