Go to file
Christian Hopf 21002ecdca
feat: update vulnerability-operator to 0.28.7 (#261)
2026-05-05 14:40:16 +02:00
.github deps: update azure/setup-helm action to v5 (#258) 2026-05-03 09:35:34 +02:00
charts feat: update vulnerability-operator to 0.28.7 (#261) 2026-05-05 14:40:16 +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.