Skip to content

Commit

Permalink
Merge pull request #65 from YeYoot/V2.2.5.1-dev
Browse files Browse the repository at this point in the history
modify V2.2.5.1; support min k8s -> 1.13
  • Loading branch information
YeYoot authored Apr 28, 2022
2 parents 630c94d + 04f7ed4 commit 22d5b57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package config

const (
OrchestratorName = "Huawei"
OrchestratorVersion = "2.2.16"
MinKubernetesCSIVersion = "v1.18.0"
OrchestratorVersion = "2.2.5.1"
MinKubernetesCSIVersion = "v1.13.0"
MaxKubernetesCSIVersion = "v1.23.x"
)
2 changes: 1 addition & 1 deletion csi/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
nodeLogFile = "huawei-csi-node"
csiLogFile = "huawei-csi"

csiVersion = "2.2.16"
csiVersion = "2.2.5.1"
csiBetaVersion = "B060"
defaultDriverName = "csi.huawei.com"
endpointDirPerm = 0755
Expand Down

0 comments on commit 22d5b57

Please sign in to comment.