Skip to content

Commit

Permalink
chore(k8s): updated csi driver version to v1 (#64)
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <[email protected]>
  • Loading branch information
shubham14bajpai committed Mar 30, 2021
1 parent 5fa52ef commit a3d0de5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Jiva-Operator helm chart for Kubernetes
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 2.7.0
version: 2.7.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 2.7.0
Expand Down
2 changes: 1 addition & 1 deletion deploy/jiva-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# 2) Check which files are already present in the openebs-csi-plugin container present in csi node pod.
# 3) Mount the required missing files inside the node-plugin container.

apiVersion: storage.k8s.io/v1beta1
apiVersion: storage.k8s.io/v1
kind: CSIDriver
metadata:
name: jiva.csi.openebs.io
Expand Down
2 changes: 1 addition & 1 deletion version/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

var (
validCurrentVersions = map[string]bool{
"2.6.0": true, "2.7.0": true,
"2.6.0": true, "2.7.0": true, "2.8.0": true,
}
validDesiredVersion = strings.Split(Version, "-")[0]
)
Expand Down

0 comments on commit a3d0de5

Please sign in to comment.