From 91b4a3dfb3633472d17368bd4ed6173e7b5a90e4 Mon Sep 17 00:00:00 2001 From: Alexandre Alves <97888974+aalves08@users.noreply.github.com> Date: Tue, 27 Aug 2024 18:00:51 +0100 Subject: [PATCH] bump upper limit of kube version annotation in default chart.yaml (#11715) * bump upper limit of kube version annotation in default chart.yaml * update version --- shell/scripts/extension/helm/charts/ui-plugin-server/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/scripts/extension/helm/charts/ui-plugin-server/Chart.yaml b/shell/scripts/extension/helm/charts/ui-plugin-server/Chart.yaml index cd724ae6cc0..7b3d1bec5ad 100644 --- a/shell/scripts/extension/helm/charts/ui-plugin-server/Chart.yaml +++ b/shell/scripts/extension/helm/charts/ui-plugin-server/Chart.yaml @@ -1,6 +1,6 @@ annotations: catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart - catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.29.0-0' + catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.31.0-0' catalog.cattle.io/namespace: cattle-ui-plugin-system # Must prefix with cattle- and suffix with -system= catalog.cattle.io/os: linux catalog.cattle.io/permits-os: linux, windows