Skip to content

Commit

Permalink
E2E: bump AWS CSI driver versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Mar 24, 2021
1 parent 26ba3fa commit 85c983d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/csi/input/plugin-aws-ebs-controller.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ job "plugin-aws-ebs-controller" {
driver = "docker"

config {
image = "amazon/aws-ebs-csi-driver:v0.7.1"
image = "amazon/aws-ebs-csi-driver:v0.9.0"

args = [
"controller",
Expand Down
2 changes: 1 addition & 1 deletion e2e/csi/input/plugin-aws-ebs-nodes.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ job "plugin-aws-ebs-nodes" {
driver = "docker"

config {
image = "amazon/aws-ebs-csi-driver:v0.7.1"
image = "amazon/aws-ebs-csi-driver:v0.9.0"

args = [
"node",
Expand Down
2 changes: 1 addition & 1 deletion e2e/csi/input/plugin-aws-efs-nodes.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ job "plugin-aws-efs-nodes" {
driver = "docker"

config {
image = "amazon/aws-efs-csi-driver:v1.0.0"
image = "amazon/aws-efs-csi-driver:v1.2.0"

# note: the EFS driver doesn't seem to respect the --endpoint
# flag and always sets up the listener at '/tmp/csi.sock'
Expand Down

0 comments on commit 85c983d

Please sign in to comment.