Contains Helm charts maintained by myself
Find a file
2025-01-18 01:06:39 +01:00
.github/workflows Merge pull request #6 from secustor/renovate/docker-login-action-3.x 2025-01-17 23:59:46 +01:00
charts/immich docs: improve readmes and add example 2025-01-18 01:06:39 +01:00
.gitignore feat(immich): add initial chart 2025-01-17 22:49:13 +01:00
cr.yaml feat(immich): add initial chart 2025-01-17 22:49:13 +01:00
LICENSE Initial commit 2025-01-14 00:24:46 +01:00
README.md docs: improve readmes and add example 2025-01-18 01:06:39 +01:00
renovate.json5 chore: bump chart version on appVersion update 2025-01-18 00:15:48 +01:00

helm-charts

Contains Helm charts maintained by myself.

[!INFO] The code is provided as-is with no warranties.

See the README.md in each chart directory for more information.

Usage

You can add this repository to your Helm installation by running the following command:

helm repo add secustor https://secustor.dev/helm-charts
helm install my-release secustor/<chart>
# or directly the OCI registry
helm install my-release oci://ghcr.io/secustor/helm-charts/<chart>