1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-28 18:38:40 +00:00

chore: add support for artifacthub.io/changes in helm charts (#3652)

Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>

Co-authored-by: Jim Bugwadia <jim@nirmata.com>
This commit is contained in:
Charles-Edouard Brétéché 2022-04-24 22:10:27 +02:00 committed by GitHub
parent fcd2acbfaa
commit 81bf12dfab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -21,3 +21,9 @@ kubeVersion: ">=1.16.0-0"
annotations:
artifacthub.io/operator: "false"
artifacthub.io/prerelease: "false"
# 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: Add policyPreconditions value to allow policies and rules to have preconditions added

View file

@ -24,3 +24,9 @@ annotations:
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