Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.96 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.96 KB

Helm Charts

Artifact Hub

This repo contains all the Helm charts for this Github organisation.

Available charts

Chart Name Source Code Package
feedbacksystem (https://github.com/thm-mni-ii/feedbacksystem Artifact Hub

Usage

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>