From f98e238f5ba59fba0603eb3c0b3d6d7dc1a4cb3d Mon Sep 17 00:00:00 2001 From: Felipe Gehrke Date: Tue, 17 Sep 2024 19:06:11 -0300 Subject: [PATCH] added catalog.cattle.io/managed:true to chart (#498) * added catalog.cattle.io/managed:true to chart --- charts/rancher-webhook/Chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/rancher-webhook/Chart.yaml b/charts/rancher-webhook/Chart.yaml index 7dba4b7fb..b01fbb7f6 100644 --- a/charts/rancher-webhook/Chart.yaml +++ b/charts/rancher-webhook/Chart.yaml @@ -12,3 +12,4 @@ annotations: catalog.cattle.io/permits-os: linux,windows catalog.cattle.io/rancher-version: ">= 2.10.0-0 < 2.11.0-0" catalog.cattle.io/kube-version: "< 1.31.0-0" + catalog.cattle.io/managed: "true"