2022-02-28 14:50:39 +01:00
|
|
|
apiVersion: v2
|
2022-02-25 17:22:00 +01:00
|
|
|
type: application
|
2021-09-22 16:56:10 -04:00
|
|
|
name: kyverno-policies
|
2024-01-31 19:54:56 +05:30
|
|
|
version: v0.0.0
|
|
|
|
appVersion: latest
|
2021-08-12 16:54:17 -04:00
|
|
|
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
2022-02-04 01:47:36 -05:00
|
|
|
description: Kubernetes Pod Security Standards implemented as Kyverno policies
|
2021-08-12 16:54:17 -04:00
|
|
|
keywords:
|
|
|
|
- kubernetes
|
|
|
|
- nirmata
|
|
|
|
- policy agent
|
|
|
|
- validating webhook
|
|
|
|
- admissions controller
|
2022-02-04 01:47:36 -05:00
|
|
|
home: https://kyverno.io/policies/
|
2021-08-12 16:54:17 -04:00
|
|
|
sources:
|
2022-02-04 01:47:36 -05:00
|
|
|
- https://github.com/kyverno/policies
|
2021-08-12 16:54:17 -04:00
|
|
|
maintainers:
|
2023-10-26 18:26:26 +05:30
|
|
|
- name: kyverno-maintainers
|
|
|
|
email: cncf-kyverno-maintainers@lists.cncf.io
|
2024-01-31 19:54:56 +05:30
|
|
|
kubeVersion: ">=1.25.0-0"
|
2022-04-21 18:29:54 +02:00
|
|
|
annotations:
|
|
|
|
artifacthub.io/operator: "false"
|
|
|
|
artifacthub.io/prerelease: "false"
|
2024-09-03 13:04:19 +03:00
|
|
|
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
|
2024-11-25 08:48:18 -03:00
|
|
|
- kind: fixed
|
|
|
|
description: Fix the merging of policyExclude customizations to avoid wrong overrides
|
2024-12-05 14:28:47 +05:30
|
|
|
- kind: added
|
|
|
|
description: Add spec.validate[*].allowExistingViolations field to policies
|