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-12 12:15:16 +01:00
alertmanager-matrix fix(alertmanager-matrix): change registry for support arm64 (own build) 2024-11-01 22:11:21 +01:00
alertmanager-ntfy fix(alertmanager-ntfy): update appVersion 2024-02-06 22:21:36 +01:00
authentik-application fix(authentik-application): add README in markdown 2024-11-12 12:14:44 +01:00
conduit fix(conduit): wellknown custom deployment 2024-10-11 23:58:42 +02:00
docs fix(element-call): draft with lk-jwt 2024-07-23 15:19:07 +02:00
element-call fix(element-call): add README in markdown 2024-11-12 12:14:49 +01:00
forgejo-runner fix(forgejo-runner): update appVersion 2024-11-01 19:45:12 +01:00
gotosocial fix(gotosocial): add README in markdown 2024-11-12 12:14:52 +01:00
grampsweb fix(grampsweb): add README in markdown 2024-11-12 12:14:55 +01:00
headscale fix(headscale): add networkpolicy support 2024-08-22 21:45:48 +02:00
headscale-ui fix(headscale-ui): update appVersion 2024-08-22 21:27:11 +02:00
home-assistant fix(home-assistant): update AppVersion to v2024.11.1 2024-11-12 11:16:30 +01:00
hydrogen-web fix(hydrogen-web): add README in markdown 2024-11-12 12:15:00 +01:00
jellyfin fix(jellyfin): add README in markdown 2024-11-12 12:15:03 +01:00
matrix-authentication-service fix(matrix-authentication-service): add README in markdown 2024-11-12 12:15:05 +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): add README in markdown 2024-11-12 12:15:11 +01:00
mautrix-signal fix(mautrix-signal): update appVersion 2024-10-16 18:33:56 +02:00
miniserve fix(miniserve): add README in markdown 2024-11-12 12:15:14 +01:00
monitoring fix(monitoring): add README in markdown 2024-11-12 12:15:16 +01:00
ntfy fix(ntfy): update appVersion 2024-10-30 19:59:44 +01:00
postgresql fix(postgresql): use for major update pgautoupgrade 2024-10-01 15:59:40 +02:00
speedtest-exporter fix(speedtest-exporter): add networkpolicy support 2024-08-22 20:23:21 +02:00
stalwart-mail fix(stalwart-mail): update appVersion 2024-11-08 15:40:34 +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: add debug output on publish.sh 2024-11-08 15:43:25 +01:00
README.adoc fix(forgejo-runner): update appVersion (and move from README.md to README.adoc) 2023-12-21 00:04:44 +01:00
README.adoc.gotmpl chore(docs): support sections 2024-04-03 15:48:03 +02: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>