mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
apiVersion: v2
|
|
type: application
|
|
name: kyverno
|
|
version: v0.0.0
|
|
appVersion: latest
|
|
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
|
description: Kubernetes Native Policy Management
|
|
keywords:
|
|
- kubernetes
|
|
- nirmata
|
|
- policy agent
|
|
- policy
|
|
- validating webhook
|
|
- admission controller
|
|
- mutation
|
|
- mutate
|
|
- validate
|
|
- generate
|
|
- supply chain
|
|
- security
|
|
home: https://kyverno.io/
|
|
sources:
|
|
- https://github.com/kyverno/kyverno
|
|
maintainers:
|
|
- name: Nirmata
|
|
url: https://kyverno.io/
|
|
kubeVersion: ">=1.25.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: fixed
|
|
description: fix validation error in validate.yaml
|
|
- kind: fixed
|
|
description: fixed global image registry config by introducing *.image.defaultRegistry.
|
|
dependencies:
|
|
- name: grafana
|
|
version: v0.0.0
|
|
condition: grafana.enabled
|
|
- name: crds
|
|
version: v0.0.0
|
|
condition: crds.install
|