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-29 10:41:14 +01:00
alertmanager-matrix fix(alertmanager-matrix): add flow for logging operator 2023-11-29 10:33:02 +01:00
alertmanager-ntfy fix: README with oci 2023-11-03 16:51:58 +01:00
authentik-application feat(authentik-application): add saml support - WIP 2023-11-29 10:41:14 +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(jellyfin): update appVersion to v10.8.13 2023-11-29 10:15:15 +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(ntfy): update appVersion to v2.8.0 2023-11-29 10:21:40 +01:00
postgresql fix(postgresql): update appVersion to v16.1 2023-11-29 10:35:52 +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(postgresql): update appVersion to v16.1 2023-11-29 10:35:52 +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>