1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-01-20 18:52:16 +00:00
kyverno/charts/kyverno-policies/Chart.yaml
2024-11-25 11:48:18 +00:00

30 lines
967 B
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