Contains Helm charts maintained by myself
Find a file
secustor ade5b079e9 Update index.yaml
Signed-off-by: secustor <secustor@users.noreply.github.com>
2025-05-27 21:46:01 +00:00
.github/workflows chore(deps): update helm/chart-releaser-action action to v1.7.0 (#12) 2025-01-20 15:06:28 +01:00
charts/immich chore(deps): update ghcr.io/immich-app/immich-server docker tag to v1.125.1 (#13) 2025-01-23 23:58:38 +01:00
.gitignore chore: add idea directory to gitignore 2025-01-24 00:29:00 +01:00
artifacthub-repo.yml chore: add Artifact.io references 2025-01-18 14:44:48 +01:00
cr.yaml feat(immich): add initial chart 2025-01-17 22:49:13 +01:00
index.yaml Update index.yaml 2025-05-27 21:46:01 +00:00
LICENSE Initial commit 2025-01-14 00:24:46 +01:00
README.md chore: add Artifact.io references 2025-01-18 14:44:48 +01:00
renovate.json5 chore(renovate): fix custom manager for helm version 2025-01-18 20:41:53 +01:00

Helm-charts by Secustor

Artifact Hub

Contains Helm charts maintained with love 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>