mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
Signed-off-by: ShutingZhao <shuting@nirmata.com> Signed-off-by: prateekpandey14 <prateek.pandey@nirmata.com> Signed-off-by: ShutingZhao <shuting@nirmata.com> Signed-off-by: prateekpandey14 <prateek.pandey@nirmata.com> Co-authored-by: ShutingZhao <shuting@nirmata.com>
31 lines
977 B
YAML
31 lines
977 B
YAML
apiVersion: v2
|
|
type: application
|
|
name: kyverno-policies
|
|
version: v2.5.4
|
|
appVersion: v1.7.4
|
|
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: Nirmata
|
|
url: https://kyverno.io/
|
|
kubeVersion: ">=1.16.0-0"
|
|
annotations:
|
|
artifacthub.io/operator: "false"
|
|
artifacthub.io/prerelease: "false"
|
|
# valid kinds are: added, changed, deprecated, removed, fixed and security
|
|
artifacthub.io/changes: |
|
|
- kind: added
|
|
description: Support for artifacthub.io/changes annotation
|
|
- kind: fixed
|
|
description: Fix Kyverno version check when image tag contains registry port number
|
|
- kind: fixed
|
|
description: Ensure preconditions are present with default values
|