From 04f7ed4fdedd5bac14768dfd85a043fb3bf384d3 Mon Sep 17 00:00:00 2001 From: Yeat Date: Thu, 28 Apr 2022 12:09:49 +0800 Subject: [PATCH] modify V2.2.5.1; support min k8s -> 1.13 --- cli/config/config.go | 4 ++-- csi/main.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/config/config.go b/cli/config/config.go index 2dcf9fe1..308691f0 100644 --- a/cli/config/config.go +++ b/cli/config/config.go @@ -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" ) diff --git a/csi/main.go b/csi/main.go index 5f213713..50585568 100644 --- a/csi/main.go +++ b/csi/main.go @@ -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