Skip to content

Commit

Permalink
Merge pull request #100 from DrFaust92/renovate/k8s.gcr.io-sig-storag…
Browse files Browse the repository at this point in the history
…e-csi-attacher-3.x

Update k8s.gcr.io/sig-storage/csi-attacher Docker tag to v3.5.1
  • Loading branch information
DrFaust92 authored Mar 2, 2023
2 parents 9e4e301 + a3e9599 commit 37c8c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.tf
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ resource "kubernetes_deployment" "ebs_csi_controller" {

container {
name = "csi-attacher"
image = "k8s.gcr.io/sig-storage/csi-attacher:v3.5.0"
image = "k8s.gcr.io/sig-storage/csi-attacher:v3.5.1"
args = [
"--csi-address=$(ADDRESS)",
"--v=${tostring(var.log_level)}",
Expand Down

0 comments on commit 37c8c5c

Please sign in to comment.