From 81bf12dfab3b188deed936807514a8fd5dd5f475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Sun, 24 Apr 2022 22:10:27 +0200 Subject: [PATCH] chore: add support for artifacthub.io/changes in helm charts (#3652) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché Co-authored-by: Jim Bugwadia --- charts/kyverno-policies/Chart.yaml | 6 ++++++ charts/kyverno/Chart.yaml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/charts/kyverno-policies/Chart.yaml b/charts/kyverno-policies/Chart.yaml index a0aa512057..a64f66984d 100644 --- a/charts/kyverno-policies/Chart.yaml +++ b/charts/kyverno-policies/Chart.yaml @@ -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 diff --git a/charts/kyverno/Chart.yaml b/charts/kyverno/Chart.yaml index 384e84007b..6960fac39f 100644 --- a/charts/kyverno/Chart.yaml +++ b/charts/kyverno/Chart.yaml @@ -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