From 7031862bd8dd4d8c8bd3223977af56372ee94c11 Mon Sep 17 00:00:00 2001 From: hoppea2 <33433874+hoppea2@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:20:59 -0500 Subject: [PATCH] Updating helm charts to support k8s 1.29.0 (#358) --- charts/csi-isilon/Chart.yaml | 4 ++-- charts/csi-powermax/Chart.yaml | 4 ++-- charts/csi-powerstore/Chart.yaml | 4 ++-- charts/csi-unity/Chart.yaml | 4 ++-- charts/csi-vxflexos/Chart.yaml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/csi-isilon/Chart.yaml b/charts/csi-isilon/Chart.yaml index 55c115f0..cdb709b0 100644 --- a/charts/csi-isilon/Chart.yaml +++ b/charts/csi-isilon/Chart.yaml @@ -2,10 +2,10 @@ apiVersion: v2 name: csi-isilon version: 2.10.0 appVersion: "2.10.0" -kubeVersion: ">= 1.21.0 < 1.29.0" +kubeVersion: ">= 1.21.0 < 1.30.0" #If you are using a complex K8s version like "v1.22.3-mirantis-1", use this kubeVersion check instead #WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED -#kubeVersion: ">= 1.21.0-0 < 1.29.0-0" +#kubeVersion: ">= 1.21.0-0 < 1.30.0-0" description: | PowerScale CSI (Container Storage Interface) driver Kubernetes integration. This chart includes everything required to provision via CSI as diff --git a/charts/csi-powermax/Chart.yaml b/charts/csi-powermax/Chart.yaml index df5d1e33..56703f07 100644 --- a/charts/csi-powermax/Chart.yaml +++ b/charts/csi-powermax/Chart.yaml @@ -7,10 +7,10 @@ description: | integration. This chart includes everything required to provision via CSI as well as a PowerMax StorageClass. type: application -kubeVersion: ">= 1.23.0 < 1.29.0" +kubeVersion: ">= 1.23.0 < 1.30.0" # If you are using a complex K8s version like "v1.23.3-mirantis-1", use this kubeVersion check instead # WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED -# kubeVersion: ">= 1.23.0-0 < 1.29.0-0" +# kubeVersion: ">= 1.23.0-0 < 1.30.0-0" keywords: - csi - storage diff --git a/charts/csi-powerstore/Chart.yaml b/charts/csi-powerstore/Chart.yaml index 683b5bc4..376d4bcd 100644 --- a/charts/csi-powerstore/Chart.yaml +++ b/charts/csi-powerstore/Chart.yaml @@ -22,10 +22,10 @@ description: | integration. This chart includes everything required to provision via CSI as well as a PowerStore StorageClass. type: application -kubeVersion: ">= 1.24.0 < 1.29.0" +kubeVersion: ">= 1.24.0 < 1.30.0" # If you are using a complex K8s version like "v1.24.3-mirantis-1", use this kubeVersion check instead # WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED -# kubeVersion: ">= 1.24.0-0 < 1.29.0-0" +# kubeVersion: ">= 1.24.0-0 < 1.30.0-0" keywords: - csi - storage diff --git a/charts/csi-unity/Chart.yaml b/charts/csi-unity/Chart.yaml index 6837f9ed..7c0cbf17 100644 --- a/charts/csi-unity/Chart.yaml +++ b/charts/csi-unity/Chart.yaml @@ -7,10 +7,10 @@ description: | integration. This chart includes everything required to provision via CSI as well as a Unity XT StorageClass. type: application -kubeVersion: ">= 1.24.0 < 1.29.0" +kubeVersion: ">= 1.24.0 < 1.30.0" # If you are using a complex K8s version like "v1.24.3-mirantis-1", use this kubeVersion check instead # WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED -# kubeVersion: ">= 1.24.0-0 < 1.29.0-0" +# kubeVersion: ">= 1.24.0-0 < 1.30.0-0" keywords: - csi - storage diff --git a/charts/csi-vxflexos/Chart.yaml b/charts/csi-vxflexos/Chart.yaml index 38cf2506..3efa5506 100644 --- a/charts/csi-vxflexos/Chart.yaml +++ b/charts/csi-vxflexos/Chart.yaml @@ -6,10 +6,10 @@ description: | VxFlex OS CSI (Container Storage Interface) driver Kubernetes integration. This chart includes everything required to provision via CSI as well as a VxFlex OS StorageClass. -kubeVersion: ">= 1.21.0 < 1.29.0" +kubeVersion: ">= 1.21.0 < 1.30.0" # If you are using a complex K8s version like "v1.21.3-mirantis-1", use this kubeVersion check instead # WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED -# kubeVersion: ">= 1.21.0-0 < 1.29.0-0" +# kubeVersion: ">= 1.21.0-0 < 1.30.0-0" keywords: - csi - storage