From 0b717bcecc6af0d938880df4d2ab1f2aec64ea3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Thu, 21 Apr 2022 18:29:54 +0200 Subject: [PATCH] chore: add artifacthub operator and prerelease annotations (#3649) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- charts/kyverno-policies/Chart.yaml | 3 +++ charts/kyverno/Chart.yaml | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/charts/kyverno-policies/Chart.yaml b/charts/kyverno-policies/Chart.yaml index 9a6344bddd..a0aa512057 100644 --- a/charts/kyverno-policies/Chart.yaml +++ b/charts/kyverno-policies/Chart.yaml @@ -18,3 +18,6 @@ maintainers: - name: Nirmata url: https://kyverno.io/ kubeVersion: ">=1.16.0-0" +annotations: + artifacthub.io/operator: "false" + artifacthub.io/prerelease: "false" diff --git a/charts/kyverno/Chart.yaml b/charts/kyverno/Chart.yaml index b231e70b64..384e84007b 100644 --- a/charts/kyverno/Chart.yaml +++ b/charts/kyverno/Chart.yaml @@ -18,3 +18,9 @@ maintainers: - name: Nirmata url: https://kyverno.io/ kubeVersion: ">=1.16.0-0" +annotations: + artifacthub.io/operator: "false" + artifacthub.io/prerelease: "false" + artifacthub.io/links: | + - name: Documentation + url: https://kyverno.io/docs