Skip to content

Commit

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

Replace k8s.gcr.io/sig-storage/csi-attacher Docker tag with registry.k8s.io/sig-storage/csi-attacher
  • Loading branch information
DrFaust92 authored Mar 26, 2023
2 parents d72f257 + 69fb9bd commit ca5d97e
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 ca5d97e

Please sign in to comment.