From 9a854bdba4cbb494bcda56994907976754d17cd9 Mon Sep 17 00:00:00 2001 From: Fabrizio Sestito Date: Fri, 20 Sep 2024 16:48:42 +0200 Subject: [PATCH] fix(kubewarden-controller): missing indentation in Chart.yaml Signed-off-by: Fabrizio Sestito --- charts/kubewarden-controller/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubewarden-controller/Chart.yaml b/charts/kubewarden-controller/Chart.yaml index 67543c0b..3c1a7ba3 100644 --- a/charts/kubewarden-controller/Chart.yaml +++ b/charts/kubewarden-controller/Chart.yaml @@ -35,7 +35,7 @@ annotations: catalog.cattle.io/display-name: Kubewarden # Only for Charts with custom UI catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation # optional ones: -catalog.cattle.io/auto-install: kubewarden-crds=1.9.0-rc3 + catalog.cattle.io/auto-install: kubewarden-crds=1.9.0-rc3 catalog.cattle.io/provides-gvr: "policyservers.policies.kubewarden.io/v1" # Declare that this chart provides a type, which other charts may use in `requires-gvr`. Only add to parent, not CRD chart. # The following two will create a UI warning if the request is not available in cluster # Assume the most standard setup for your chart. These can be strings with amounts, ie 64Mi or 2Gi are both valid.