mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +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:
parent
fcd2acbfaa
commit
81bf12dfab
2 changed files with 12 additions and 0 deletions
|
@ -21,3 +21,9 @@ kubeVersion: ">=1.16.0-0"
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/operator: "false"
|
artifacthub.io/operator: "false"
|
||||||
artifacthub.io/prerelease: "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
|
||||||
|
|
|
@ -24,3 +24,9 @@ annotations:
|
||||||
artifacthub.io/links: |
|
artifacthub.io/links: |
|
||||||
- name: Documentation
|
- name: Documentation
|
||||||
url: https://kyverno.io/docs
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue