Skip to content

thm-mni-ii/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>