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
2024-11-06 22:57:44 +01:00
alertmanager-matrix fix: migrate markdown 2024-11-06 22:57:44 +01:00
alertmanager-ntfy fix: migrate markdown 2024-11-06 22:57:44 +01:00
authentik-application fix: migrate markdown 2024-11-06 22:57:44 +01:00
conduit fix: migrate markdown 2024-11-06 22:57:44 +01:00
element-call fix: migrate markdown 2024-11-06 22:57:44 +01:00
forgejo-runner fix: migrate markdown 2024-11-06 22:57:44 +01:00
gotosocial fix: migrate markdown 2024-11-06 22:57:44 +01:00
grampsweb fix: migrate markdown 2024-11-06 22:57:44 +01:00
headscale fix: migrate markdown 2024-11-06 22:57:44 +01:00
headscale-ui fix: migrate markdown 2024-11-06 22:57:44 +01:00
home-assistant fix: migrate markdown 2024-11-06 22:57:44 +01:00
hydrogen-web fix: migrate markdown 2024-11-06 22:57:44 +01:00
jellyfin fix: migrate markdown 2024-11-06 22:57:44 +01:00
matrix-authentication-service fix: migrate markdown 2024-11-06 22:57:44 +01:00
matrix-sliding-sync fix: migrate markdown 2024-11-06 22:57:44 +01:00
matrix-synapse fix: migrate markdown 2024-11-06 22:57:44 +01:00
mautrix-signal fix: migrate markdown 2024-11-06 22:57:44 +01:00
miniserve fix: migrate markdown 2024-11-06 22:57:44 +01:00
monitoring fix: migrate markdown 2024-11-06 22:57:44 +01:00
ntfy fix: migrate markdown 2024-11-06 22:57:44 +01:00
postgresql fix: migrate markdown 2024-11-06 22:57:44 +01:00
speedtest-exporter fix: migrate markdown 2024-11-06 22:57:44 +01:00
stalwart-mail fix: migrate markdown 2024-11-06 22:57:44 +01:00
.gitignore fix(ci): add publish script with lint, tag and helm package+push 2023-06-29 01:11:19 +02:00
ct.yaml fix(alertmanager-matrix): adjust for more security 2024-02-29 13:47:21 +01:00
publish.sh fix: migrate markdown 2024-11-06 22:57:44 +01:00
README.md fix(gotosocial): update appVersion 2024-11-06 22:50:35 +01:00
README.md.gotmpl fix(gotosocial): update appVersion 2024-11-06 22:50:35 +01:00

+++ title = "Helm Chart" template = "docs/section.html" sort_by = "weight" weight = 5 +++

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>