Go to file
renovate[bot] 0148bb59a1
deps: update peter-evans/create-pull-request digest to 5f6978f (#251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-24 22:02:35 +00:00
.github deps: update peter-evans/create-pull-request digest to 5f6978f (#251) 2026-04-24 22:02:35 +00:00
charts feat: update vulnerability-operator to 0.28.5 (#257) 2026-04-21 17:53:56 +02:00
CLAUDE.md fix: adjust secret 2026-03-17 19:08:08 +01:00
LICENSE
README.md
ct.yaml
renovate.json

README.md

Helm Charts

Artifact Hub

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.