change default csi version

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2022-03-10 10:42:51 -07:00
parent b0d286c4ab
commit 703fb73651
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ if (args.logLevel) {
logger.level = args.logLevel;
}
const csiVersion = process.env.CSI_VERSION || args.csiVersion || "1.2.0";
const csiVersion = process.env.CSI_VERSION || args.csiVersion || "1.5.0";
const PROTO_PATH = __dirname + "/../csi_proto/csi-v" + csiVersion + ".proto";
// Suggested options for similarity to existing grpc.load behavior