GitHunt
TE

Telefonica/helm-charts

Kubernetes applications

helm-charts

Kubernetes applications

How to add a new chart

$ helm package $YOUR_CHART_PATH/ # to build the tgz file
$ helm repo index . # create or update the index.yaml for repo
$ git add .
$ git commit -m 'Your commit message'
$ git push

How to use this chart repo

$ helm repo add baikal 'https://telefonica.github.io/helm-charts/'
$ helm repo update
$ helm search <your-chart-name>

Languages

Python90.9%Dockerfile9.1%

Contributors

Apache License 2.0
Created October 25, 2018
Updated September 27, 2021