Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.26 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.26 KB

Helm Charts

License

Artifact Hub

Tibuntu Helm Charts on a Kubernetes cluster using the Helm package manager.

Charts

All my charts are also available via ArtifactHub

Installing Helm

curl -L https://git.io/get_helm.sh | bash
helm init

Installing Tibuntu Helm Repository

helm repo add tibuntu https://tibuntu.github.io/helm-charts
helm repo update

Installing a Chart

Search all the repositories available

helm search repo tibuntu -l

Install specific helm chart

helm install voyager tibuntu/voyager
helm status voyager

Uninstalling the Chart

To uninstall/delete the voyager deployment:

helm delete voyager