Skip to content

Commit

Permalink
Replace k8s.gcr.io/sig-storage/csi-attacher Docker tag with registry.…
Browse files Browse the repository at this point in the history
…k8s.io/sig-storage/csi-attacher
  • Loading branch information
renovate[bot] authored Mar 15, 2023
1 parent 5bab7bf commit 69fb9bd
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.1"
image = "registry.k8s.io/sig-storage/csi-attacher:v3.5.1"
args = [
"--csi-address=$(ADDRESS)",
"--v=${tostring(var.log_level)}",
Expand Down

0 comments on commit 69fb9bd

Please sign in to comment.