1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/charts/kyverno-policies/Chart.yaml
Vishal Choudhary 69b2124358
fix(readme): add changelog for spec.validate[*].allowExistingViolations field in kyverno chart (#11714)
Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
2024-12-05 08:58:47 +00:00

32 lines
1 KiB
YAML

apiVersion: v2
type: application
name: kyverno-policies
version: v0.0.0
appVersion: latest
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
description: Kubernetes Pod Security Standards implemented as Kyverno policies
keywords:
- kubernetes
- nirmata
- policy agent
- validating webhook
- admissions controller
home: https://kyverno.io/policies/
sources:
- https://github.com/kyverno/policies
maintainers:
- name: kyverno-maintainers
email: cncf-kyverno-maintainers@lists.cncf.io
kubeVersion: ">=1.25.0-0"
annotations:
artifacthub.io/operator: "false"
artifacthub.io/prerelease: "false"
artifacthub.io/changes: |
- kind: removed
description: Remove spec.validationFailureAction field from policies as it is deprecated
- kind: added
description: Add spec.validate[*].failureAction field to policies
- kind: fixed
description: Fix the merging of policyExclude customizations to avoid wrong overrides
- kind: added
description: Add spec.validate[*].allowExistingViolations field to policies