Skip to content

Commit

Permalink
Updating helm charts to support k8s 1.29.0 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoppea2 authored Jan 24, 2024
1 parent b8cbfd8 commit 96c46ec
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/csi-isilon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-powermax/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-powerstore/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-unity/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-vxflexos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96c46ec

Please sign in to comment.