Contains Helm charts maintained by myself
Find a file
renovate[bot] 39a90f09cb
chore(deps): update dependency vitest-mock-extended to v3.1.0 (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-04 22:23:42 +00:00
.github/workflows chore(deps): update actions/setup-node action to v4.3.0 (#38) 2025-03-17 07:47:11 +01:00
charts/immich chore(deps): update ghcr.io/immich-app/immich-server docker tag to v1.131.3 (#57) 2025-04-02 10:31:36 +01:00
scripts ci(release): handle no folder gracefully (#27) 2025-03-01 01:20:00 +01:00
.gitignore ci: use push-charts nodejs tool to manage push to GHCR.io (#23) 2025-02-28 23:56:34 +01:00
.prettierignore ci: use push-charts nodejs tool to manage push to GHCR.io (#23) 2025-02-28 23:56:34 +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
LICENSE Initial commit 2025-01-14 00:24:46 +01:00
package.json chore(deps): update dependency vitest-mock-extended to v3.1.0 (#59) 2025-04-04 22:23:42 +00:00
pnpm-lock.yaml chore(deps): update dependency vitest-mock-extended to v3.1.0 (#59) 2025-04-04 22:23:42 +00:00
README.md ci: use push-charts nodejs tool to manage push to GHCR.io (#23) 2025-02-28 23:56:34 +01:00
renovate.json5 chore(renovate): use central config (#42) 2025-03-21 19:20:40 +01:00
tsconfig.json ci: use push-charts nodejs tool to manage push to GHCR.io (#23) 2025-02-28 23:56:34 +01:00

Helm-charts by Secustor

Artifact Hub

Contains Helm charts maintained with love by myself.

Note

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>