Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| charts | ||
| CLAUDE.md | ||
| LICENSE | ||
| README.md | ||
| ct.yaml | ||
| renovate.json | ||
README.md
Helm Charts
Usage
Helm Repository
Add the repo:
helm repo add ckotzbauer https://ckotzbauer.github.io/helm-charts
Install a chart:
helm install my-release ckotzbauer/<chart-name>
OCI Registry
All charts are also available as OCI artifacts on ghcr.io. No helm repo add is needed.
Install a chart directly:
helm install my-release oci://ghcr.io/ckotzbauer/helm-charts/<chart-name> --version <version>
Pull a chart locally:
helm pull oci://ghcr.io/ckotzbauer/helm-charts/<chart-name> --version <version>
Charts
Contributing
Please refer to the Contribution guildelines.
Code of conduct
Please refer to the Conduct guildelines.
Security
Please refer to the Security process.