Skip to content

Commit

Permalink
Update controller.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 authored Aug 21, 2020
1 parent 4c16dfd commit b17c503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controller.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ resource "kubernetes_deployment" "ebs_csi_controller" {

container {
name = "csi-provisioner"
image = "quay.io/k8scsi/csi-provisioner:v1.6.3"
image = "quay.io/k8scsi/csi-provisioner:v1.6.0"
args = [
"--csi-address=$(ADDRESS)",
"--v=5",
Expand Down Expand Up @@ -199,4 +199,4 @@ resource "kubernetes_deployment" "ebs_csi_controller" {
kubernetes_cluster_role_binding.provisioner,
kubernetes_csi_driver.ebs,
]
}
}

0 comments on commit b17c503

Please sign in to comment.