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
2025-02-28 18:01:43 +00:00
alertmanager-matrix fix(alertmanager-matrix): add global (and improve docs) 2025-02-27 13:29:37 +01:00
alertmanager-ntfy fix(alertmanager-ntfy): add global (and improve docs) 2025-02-27 13:29:42 +01:00
authentik-application fix(authentik-application): add invalidation flow to proxy provider 2025-02-02 18:39:57 +01:00
autopush fix(autopush): add global (and improve docs) 2025-02-27 13:29:47 +01:00
conduit fix(conduit): add global (and improve docs) 2025-02-27 13:29:52 +01:00
element-call fix(element-call): add global (and improve docs) 2025-02-27 10:54:31 +01:00
forgejo-runner fix(forgejo-runner): Fix job image for generate-config after added global.image override 2025-02-28 12:21:43 +01:00
gotosocial fix(gotosocial): add global (and improve docs) 2025-02-27 10:54:36 +01:00
grampsweb fix(grampsweb): image with prefix 2025-02-27 23:10:39 +01:00
headscale fix(headscale)!: update to v0.23.0 with breaking changes 2024-11-21 21:39:54 +01:00
headscale-ui fix(headscale-ui): update appVersion 2025-01-20 15:03:13 +01:00
home-assistant fix(deps): update docker.io/library/nats docker tag to v2.10.26 2025-02-28 18:01:43 +00:00
hydrogen-web fix(hydrogen-web): add README in markdown 2024-11-12 12:15:00 +01:00
jellyfin fix(jellyfin): update appVersion 2025-02-20 03:31:44 +01:00
matrix-authentication-service fix(matrix-authentication-service): update appVersion 2025-02-23 08:50:23 +01:00
matrix-sliding-sync fix(matrix-sliding-sync): add README in markdown 2024-11-12 12:15:09 +01:00
matrix-synapse fix(matrix-synapse): update dependencies redis 2025-02-21 08:31:46 +01:00
mautrix-bridge fix(mautrix-bridge): update signal 2025-02-18 09:34:06 +01:00
miniserve fix(miniserve): update appVersion 2025-02-08 00:20:41 +01:00
monitoring fix(monitoring): add README in markdown 2024-11-12 12:15:16 +01:00
ntfy fix(ntfy): helm-hook delete-before-create for setup job 2025-02-21 09:04:57 +01:00
ocrserver fix(ocrserver): try language downloader 2025-02-22 03:11:50 +01:00
paperless-ngx fix(paperless-ngx): add global (and improve docs) 2025-02-27 10:55:42 +01:00
postgresql fix(postgresql): add global (and improve docs) 2025-02-27 10:54:40 +01:00
pretix fix(pretix): add global (and improve docs) 2025-02-27 10:55:45 +01:00
speedtest-exporter fix(speedtest-exporter): add global (and improve docs) 2025-02-27 10:54:42 +01:00
stalwart-mail fix(stalwart-mail): add global (and improve docs) 2025-02-27 10:54:45 +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 chore(ci): improve publish.sh script 2024-11-21 21:42:14 +01:00
README.md fix(home-assistant): update appVersion 2024-11-08 15:38:20 +01:00
README.md.gotmpl fix(home-assistant): update appVersion 2024-11-08 15:38:20 +01:00

title weight cascade url
Helm-Charts 1
url
/:sections/:title/
/:sections

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>