My collection of helm charts. Helm is the best way to find, share, and use software built for Kubernetes. https://wrenix.eu/docs/helm-charts/
Find a file
2023-11-20 23:43:20 +01:00
alertmanager-matrix fix: README with oci 2023-11-03 16:51:58 +01:00
alertmanager-ntfy fix: README with oci 2023-11-03 16:51:58 +01:00
authentik-application chore(authentik-application): refactory for easiert templating of blueprint 2023-11-05 18:34:27 +01:00
conduit fix: README with oci 2023-11-03 16:51:58 +01:00
forgejo-runner fix: README with oci 2023-11-03 16:51:58 +01:00
grampsweb fix(grampsweb): fix hostPath 2023-11-20 23:43:20 +01:00
headscale fix: README with oci 2023-11-03 16:51:58 +01:00
headscale-ui fix: README with oci 2023-11-03 16:51:58 +01:00
hydrogen-web fix: README with oci 2023-11-03 16:51:58 +01:00
jellyfin fix: README with oci 2023-11-03 16:51:58 +01:00
miniserve fix: README with oci 2023-11-03 16:51:58 +01:00
monitoring fix: README with oci 2023-11-03 16:51:58 +01:00
ntfy fix: README with oci 2023-11-03 16:51:58 +01:00
postgresql fix: README with oci 2023-11-03 16:51:58 +01:00
.gitignore fix(ci): add publish script with lint, tag and helm package+push 2023-06-29 01:11:19 +02:00
publish.sh fix: README with oci 2023-11-03 16:51:58 +01:00
README.md fix: README with oci 2023-11-03 16:51:58 +01:00
README.md.gotmpl fix: README with oci 2023-11-03 16:51:58 +01:00

helm-charts

Usage

Helm must be installed and setup to your kubernetes cluster to use the charts. Refer to Helm's documentation to get started. Once Helm has been set up correctly, fetch the charts as follows:

helm pull oci://codeberg.org/wrenix/helm-charts/<chart.name>

You can install a chart release using the following command:

helm install <release> oci://codeberg.org/wrenix/helm-charts/<chart.name> --values values.yaml

To uninstall a chart release use helm's delete command:

helm uninstall <release>