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
|
2022-07-25 14:33:51 +08:00
|
|
|
version: v2.5.2
|
|
|
|
appVersion: v1.7.2
|
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:
|
|
|
|
- name: Nirmata
|
|
|
|
url: https://kyverno.io/
|
2022-02-04 01:47:36 -05:00
|
|
|
kubeVersion: ">=1.16.0-0"
|
2022-04-21 18:29:54 +02:00
|
|
|
annotations:
|
|
|
|
artifacthub.io/operator: "false"
|
|
|
|
artifacthub.io/prerelease: "false"
|
2022-04-24 22:10:27 +02:00
|
|
|
# valid kinds are: added, changed, deprecated, removed, fixed and security
|
|
|
|
artifacthub.io/changes: |
|
|
|
|
- kind: added
|
|
|
|
description: Support for artifacthub.io/changes annotation
|
2022-05-31 11:02:19 -04:00
|
|
|
- kind: fixed
|
|
|
|
description: Fix Kyverno version check when image tag contains registry port number
|
2022-05-31 16:39:06 -04:00
|
|
|
- kind: fixed
|
|
|
|
description: Ensure preconditions are present with default values
|
2022-08-09 17:12:27 -04:00
|
|
|
- kind: added
|
|
|
|
description: Support for failurePolicy setting in kyverno-policies helm chart
|