1# Helm chart metadata for kyverno-policies with Chainguard images
2# These images are distroless and signed with Sigstore
5home: https://kyverno.io/policies/
7 - https://github.com/kyverno/policies
9description: Kubernetes Pod Security Standards implemented as Kyverno policies
14 - admissions controller
16 - name: kyverno-maintainers
17 email: cncf-kyverno-maintainers@lists.cncf.io
18icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
22 artifacthub.io/changes: |
24 description: Remove spec.validationFailureAction field from policies as it is deprecated
26 description: Add spec.validate[*].failureAction field to policies
28 description: Fix the merging of policyExclude customizations to avoid wrong overrides
30 description: Add spec.validate[*].allowExistingViolations field to policies
31 artifacthub.io/operator: 'false'
32 artifacthub.io/prerelease: 'false'
33kubeVersion: '>=1.25.0-0'