Skip to content

Commit

Permalink
Feature/stand alone helm (#129)
Browse files Browse the repository at this point in the history
* Added validations from helm

* updated helper

* updated csi-install script

* updated kubectl version command

* updated kubectl command in verification

* fixed k8s version validator

* Fixed review comment

* fixed lint issue

* updated k8s version verification

* Fixed review comment
  • Loading branch information
harishp8889 authored Jul 4, 2022
1 parent cbadc22 commit 1f693ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/csi-powerstore/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: csi-powerstore
apiVersion: v2
version: 2.3.0
appVersion: "2.3.0"
kubeVersion: ">= 1.21.0 <= 1.24.0"
kubeVersion: ">= 1.21.0 < 1.25.0"
description: |
PowerStore CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
Expand Down

0 comments on commit 1f693ad

Please sign in to comment.