This repository hosts Helm Charts from CERIT-SC
helm repo add cerit-sc https://cerit-sc.github.io/helm-chartsTo publish a chart from this repository do the following steps:
helm package $CHART_NAMEgit checkout gh-pagesgit add $PACKAGED_CHARThelm repo index .git add index.yamlgit commitgit push