Collection of Helm charts, primarily for use in my own homelab (though, if you want to use them, you're welcome to!) ## Usage ### Package and upload ```bash # Package a chart ready to be uploaded $ helm package charts/ # Do the upload $ curl --user : -X POST --upload-file ./.tgz https://hostname.of.gitea/api/packages//helm/api/charts # Don't forget to delete the `.tgz`! ``` ### Installation ```bash $ helm repo add --username --password https://hostname.of.gitea/api/packages/scubbo/helm $ helm install / ```