mirror of
https://github.com/kyverno/kyverno.git
synced 2025-01-20 18:52:16 +00:00
9070334df0
Signed-off-by: Caio Begotti <caiobegotti@gmail.com>
30 lines
967 B
YAML
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
|