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.
35 artifacthub.io/links: |
37 url: https://kyverno.io/docs
38 artifacthub.io/operator: 'false'
39 artifacthub.io/prerelease: 'false'
40kubeVersion: '>=1.25.0-0'
45 condition: grafana.enabled
49 condition: crds.install
51 version: 0.0.1-alpha.2
52 repository: file:///kyverno-api
53 condition: crds.install
57 condition: openreports.installCrds
58 - name: reports-server
60 repository: file:///reports-server
61 condition: reportsServer.enabled