Jack Jackson 844b3a69d7 No https
2023-06-21 20:32:34 -07:00
2023-06-21 12:42:33 -07:00
2023-06-21 12:42:33 -07:00
2023-06-21 20:32:34 -07:00
2023-06-21 20:05:29 -07:00
2023-06-19 18:27:51 -07:00

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

# Package a chart ready to be uploaded
$ helm package charts/<path>
# Do the upload
$ curl --user <username>:<password> -X POST --upload-file ./<package>.tgz https://hostname.of.gitea/api/packages/<user>/helm/api/charts
# Don't forget to delete the `.tgz`!

Installation

$ helm repo add --username <username> --password <password> <repo-alias> https://hostname.of.gitea/api/packages/<user>/helm
$ helm install <release-name> <repo-alias>/<name>

and/or

$ kubectl apply -f application-manifests.yaml

TODO: App-of-apps to manage whole-cluster configuration.

Description
No description provided
Readme 841 KiB
Languages
Smarty 51.3%
Jsonnet 42.7%
Shell 6%