1# Helm chart metadata for kyverno with Chainguard images
2# These images are distroless and signed with Sigstore
5home: https://kyverno.io/
7 - https://github.com/kyverno/kyverno
9description: Kubernetes Native Policy Management
15 - admission controller
22icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
26 artifacthub.io/changes: |
28 description: Ensure spec.template.metadata isn't null
30 description: Remove the `delete` permission for policyexceptions in the admission controller
32 description: Enable the flag `--generateValidatingAdmissionPolicy` by default in the admission controller.
34 description: Enable the flag `--validatingAdmissionPolicyReports` by default in the reports controller.
36 description: Add support for configuring container lifecycle hooks (e.g. a preStop sleep) on the admission, background, cleanup and reports controllers.
37 artifacthub.io/license: Apache-2.0
38 artifacthub.io/links: |
40 url: https://kyverno.io/docs
41 artifacthub.io/operator: 'false'
42 artifacthub.io/prerelease: 'false'
43kubeVersion: '>=1.25.0-0'
48 condition: grafana.enabled
52 condition: crds.install
54 version: 0.0.1-alpha.4
55 repository: file:///kyverno-api
56 condition: crds.install
60 condition: openreports.installCrds
61 - name: reports-server
63 repository: file:///reports-server
64 condition: reportsServer.enabled