Skip to content

Commit

Permalink
update helm chart to allow complex k8s versions (#66)
Browse files Browse the repository at this point in the history
* update chart to allow complex k8s versions

* change kubeVersion check as discussed in team meeting
  • Loading branch information
jooseppi-luna authored Feb 7, 2022
1 parent 3282ad4 commit fec7d4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/csi-vxflexos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apiVersion: v2
appVersion: "2.1.0"
kubeVersion: ">= 1.21.0 < 1.24.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.24.0-0"
description: |
VxFlex OS CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
Expand Down

0 comments on commit fec7d4f

Please sign in to comment.