52 lines
1.5 KiB
YAML
52 lines
1.5 KiB
YAML
apiVersion: v2
|
|
type: application
|
|
name: kyverno
|
|
version: 3.6.1
|
|
appVersion: v1.16.1
|
|
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: Ensure spec.template.metadata isn't null
|
|
- kind: removed
|
|
description: Remove the `delete` permission for policyexceptions in the admission controller
|
|
- kind: changed
|
|
description: Enable the flag `--generateValidatingAdmissionPolicy` by default in the admission controller.
|
|
- kind: changed
|
|
description: Enable the flag `--validatingAdmissionPolicyReports` by default in the reports controller.
|
|
dependencies:
|
|
- name: crds
|
|
version: 3.6.1
|
|
condition: crds.install
|
|
- name: openreports
|
|
version: "0.1.0"
|
|
repository: "https://openreports.github.io/reports-api"
|
|
condition: openreports.installCrds
|