From 65d16d64e90718cf685abe3a5c43ab815af70dc3 Mon Sep 17 00:00:00 2001 From: Dan Pock Date: Tue, 22 Oct 2024 13:15:57 -0400 Subject: [PATCH 1/2] correct rancher version annotation --- charts/rancher-backup/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rancher-backup/Chart.yaml b/charts/rancher-backup/Chart.yaml index c1cf45a0..87b422d5 100755 --- a/charts/rancher-backup/Chart.yaml +++ b/charts/rancher-backup/Chart.yaml @@ -7,7 +7,7 @@ annotations: catalog.cattle.io/os: linux catalog.cattle.io/permits-os: linux,windows catalog.cattle.io/provides-gvr: resources.cattle.io.resourceset/v1 - catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.10.0-0' + catalog.cattle.io/rancher-version: '>= 2.10.0-0 < 2.11.0-0' catalog.cattle.io/release-name: rancher-backup catalog.cattle.io/scope: management catalog.cattle.io/type: cluster-tool From e38f6247df637f3bcc85a7726edd18e18ecbcb9a Mon Sep 17 00:00:00 2001 From: Dan Pock Date: Tue, 22 Oct 2024 13:19:24 -0400 Subject: [PATCH 2/2] bump kubectl while we're here --- charts/rancher-backup/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rancher-backup/values.yaml b/charts/rancher-backup/values.yaml index 6b6cc56e..b301dafa 100644 --- a/charts/rancher-backup/values.yaml +++ b/charts/rancher-backup/values.yaml @@ -54,7 +54,7 @@ global: enabled: false # PSP enablement should default to false kubectl: repository: rancher/kubectl - tag: v1.28.12 + tag: v1.28.14 ## Node labels for pod assignment ## Ref: https://kubernetes.io/docs/user-guide/node-selection/