Tibuntu Helm Charts on a Kubernetes cluster using the Helm package manager.
All my charts are also available via ArtifactHub
Installing Helm
curl -L https://git.io/get_helm.sh | bash
helm init
helm repo add tibuntu https://tibuntu.github.io/helm-charts
helm repo update
Search all the repositories available
helm search repo tibuntu -l
Install specific helm chart
helm install voyager tibuntu/voyager
helm status voyager
To uninstall/delete the voyager
deployment:
helm delete voyager