Skip to content

tibuntu/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages