Skip to content

Commit

Permalink
update csi to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Aug 19, 2020
1 parent 2eab24b commit 9fcdb86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions controller.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "kubernetes_deployment" "ebs_csi_controller" {

container {
name = "ebs-plugin"
image = "amazon/aws-ebs-csi-driver:v0.5.0"
image = "amazon/aws-ebs-csi-driver:v0.6.0"
args = [
"--endpoint=$(CSI_ENDPOINT)",
"--logtostderr",
Expand Down Expand Up @@ -85,7 +85,7 @@ resource "kubernetes_deployment" "ebs_csi_controller" {

container {
name = "csi-provisioner"
image = "quay.io/k8scsi/csi-provisioner:v1.6.0"
image = "quay.io/k8scsi/csi-provisioner:v1.6.3"
args = [
"--csi-address=$(ADDRESS)",
"--v=5",
Expand Down
2 changes: 1 addition & 1 deletion node.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resource "kubernetes_daemonset" "node" {

container {
name = "ebs-plugin"
image = "amazon/aws-ebs-csi-driver:v0.5.0"
image = "amazon/aws-ebs-csi-driver:v0.6.0"
args = [
"node",
"--endpoint=$(CSI_ENDPOINT)",
Expand Down

0 comments on commit 9fcdb86

Please sign in to comment.