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