An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Helm-charts by Secustor

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/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/
```