e2e/csi: update EFS plugin test to use v1.0 (#8562)

This commit is contained in:
Tim Gross
2020-07-30 08:41:48 -04:00
committed by GitHub
parent de817be65d
commit a63c4fb39d

View File

@@ -19,7 +19,7 @@ job "plugin-aws-efs-nodes" {
driver = "docker"
config {
image = "amazon/aws-efs-csi-driver:v0.3.0"
image = "amazon/aws-efs-csi-driver:v1.0.0"
# note: the EFS driver doesn't seem to respect the --endpoint
# flag and always sets up the listener at '/tmp/csi.sock'