1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
kyverno/charts/kyverno/Chart.yaml
Patrik Votoček 17b6ab0d10
fix(chart): global image registry bug in 3.3.3 (#11604)
Signed-off-by: Patrik Votoček <patrik@votocek.cz>
2024-11-26 21:17:50 +08:00

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