mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
34 lines
946 B
YAML
34 lines
946 B
YAML
apiVersion: v2
|
|
type: application
|
|
name: kyverno
|
|
version: v2.4.0
|
|
appVersion: v1.7.0
|
|
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
|
description: Kubernetes Native Policy Management
|
|
keywords:
|
|
- kubernetes
|
|
- nirmata
|
|
- policy agent
|
|
- validating webhook
|
|
- admissions controller
|
|
home: https://kyverno.io/
|
|
sources:
|
|
- https://github.com/kyverno/kyverno
|
|
maintainers:
|
|
- name: Nirmata
|
|
url: https://kyverno.io/
|
|
kubeVersion: ">=1.16.0-0"
|
|
annotations:
|
|
artifacthub.io/operator: "false"
|
|
artifacthub.io/prerelease: "false"
|
|
artifacthub.io/links: |
|
|
- name: Documentation
|
|
url: https://kyverno.io/docs
|
|
# valid kinds are: added, changed, deprecated, removed, fixed and security
|
|
artifacthub.io/changes: |
|
|
- kind: added
|
|
description: Support for artifacthub.io/changes annotation
|
|
- kind: added
|
|
description: Allow defining imagePullSecrets
|
|
- kind: fixed
|
|
description: Replica count handling
|