mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-16 01:07:14 +00:00
* feat: add exclude roles/cluster roles support in configmap Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * update chart Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * filter handler Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> --------- Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
apiVersion: v2
|
|
type: application
|
|
name: kyverno
|
|
version: v3.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
|
|
- 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: make sigstore volume configurable
|
|
- kind: changed
|
|
description: no deployments can run with 0 replicas
|
|
- kind: changed
|
|
description: change dashboard title of kyverno grafana dashboard
|
|
- kind: added
|
|
description: view aggregated cluster role support
|
|
- kind: added
|
|
description: support for webhook annotations in config map
|
|
- kind: added
|
|
description: allow overriding PDB api version
|
|
- kind: fixed
|
|
description: missing image pull secrets in helm hooks
|
|
- kind: added
|
|
description: support `excludeRoles` and `excludeClusterRoles` in config
|