Skip to content

Commit

Permalink
modify V2.2.5.1; support min k8s -> 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
YeYoot committed Apr 28, 2022
1 parent abe936f commit 04f7ed4
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 04f7ed4

Please sign in to comment.