Skip to content

Commit e889487

Browse files
coulofshaynafinocchiaro
authored andcommitted
Remove check on maximum version of kube (#410)
1 parent cf07fbe commit e889487

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

charts/csi-isilon/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ apiVersion: v2
22
name: csi-isilon
33
version: 2.11.0
44
appVersion: "2.11.0"
5-
kubeVersion: ">= 1.21.0 < 1.31.0"
5+
kubeVersion: ">= 1.21.0"
66
#If you are using a complex K8s version like "v1.22.3-mirantis-1", use this kubeVersion check instead
77
#WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED
8-
#kubeVersion: ">= 1.21.0-0 < 1.31.0-0"
98
description: |
109
PowerScale CSI (Container Storage Interface) driver Kubernetes
1110
integration. This chart includes everything required to provision via CSI as

charts/csi-powermax/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ description: |
77
integration. This chart includes everything required to provision via CSI as
88
well as a PowerMax StorageClass.
99
type: application
10-
kubeVersion: ">= 1.23.0 < 1.31.0"
10+
kubeVersion: ">= 1.23.0"
1111
# If you are using a complex K8s version like "v1.23.3-mirantis-1", use this kubeVersion check instead
1212
# WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED
13-
# kubeVersion: ">= 1.23.0-0 < 1.31.0-0"
1413
keywords:
1514
- csi
1615
- storage

charts/csi-powerstore/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ description: |
77
integration. This chart includes everything required to provision via CSI as
88
well as a PowerStore StorageClass.
99
type: application
10-
kubeVersion: ">= 1.24.0 < 1.31.0"
10+
kubeVersion: ">= 1.24.0"
1111
# If you are using a complex K8s version like "v1.24.3-mirantis-1", use this kubeVersion check instead
1212
# WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED
13-
# kubeVersion: ">= 1.24.0-0 < 1.31.0-0"
1413
keywords:
1514
- csi
1615
- storage

charts/csi-unity/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ description: |
77
integration. This chart includes everything required to provision via CSI as
88
well as a Unity XT StorageClass.
99
type: application
10-
kubeVersion: ">= 1.24.0 < 1.31.0"
10+
kubeVersion: ">= 1.24.0"
1111
# If you are using a complex K8s version like "v1.24.3-mirantis-1", use this kubeVersion check instead
1212
# WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED
13-
# kubeVersion: ">= 1.24.0-0 < 1.31.0-0"
1413
keywords:
1514
- csi
1615
- storage

charts/csi-vxflexos/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ description: |
66
VxFlex OS CSI (Container Storage Interface) driver Kubernetes
77
integration. This chart includes everything required to provision via CSI as
88
well as a VxFlex OS StorageClass.
9-
kubeVersion: ">= 1.21.0 < 1.31.0"
9+
kubeVersion: ">= 1.21.0"
1010
# If you are using a complex K8s version like "v1.21.3-mirantis-1", use this kubeVersion check instead
1111
# WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED
12-
# kubeVersion: ">= 1.21.0-0 < 1.31.0-0"
1312
keywords:
1413
- csi
1514
- storage

0 commit comments

Comments
 (0)