You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jack Jackson 9451e8892c Add Jellyfin 11 months ago
build-tools Add Jellyfin 11 months ago
charts Add Jellyfin 11 months ago
.drone.yml Add Jellyfin 11 months ago
README.md Define cert-manager 11 months ago
application-manifests.yaml Add Jellyfin 11 months ago

README.md

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.