https://github.com/secustor/helm-charts
Contains Helm charts maintained by myself
https://github.com/secustor/helm-charts
Last synced: 2 months ago
JSON representation
Contains Helm charts maintained by myself
- Host: GitHub
- URL: https://github.com/secustor/helm-charts
- Owner: secustor
- License: agpl-3.0
- Created: 2025-01-13T23:24:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-07T14:53:59.000Z (2 months ago)
- Last Synced: 2026-04-07T16:30:50.970Z (2 months ago)
- Language: TypeScript
- Size: 548 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm-charts by Secustor
[](https://artifacthub.io/packages/search?repo=secustor)
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](https://helm.sh/) installation by running the following command:
```bash
helm repo add secustor https://secustor.dev/helm-charts
helm install my-release secustor/
# or directly the OCI registry
helm install my-release oci://ghcr.io/secustor/helm-charts/
```