Skip to content

MacroPower/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-charts

Artifact Hub

Helm charts for applications developed by me. Also includes other miscellaneous charts that I use in my homelab.

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add jacobcolvin https://jacobcolvin.com/helm-charts

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo jacobcolvin to see the charts. You can also see a list of all charts on ArtifactHub.

To install a chart:

helm install my-<chart-name> jacobcolvin/<chart-name>

To uninstall the release:

helm delete my-<chart-name>

Credits

Repo based on helm/charts-repo-actions-demo.

Most of the charts use modified versions of the common library and template charts developed by bjw-s / K8s@Home.