Skip to content

Commit

Permalink
chore(deps): replace k8s.gcr.io/sig-storage/csi-node-driver-registrar…
Browse files Browse the repository at this point in the history
… docker tag with registry.k8s.io/sig-storage/csi-node-driver-registrar
  • Loading branch information
renovate[bot] authored and uhthomas committed Jun 14, 2023
1 parent 0dfaa0e commit fa6474d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/unwind/cert_manager_csi_driver/daemon_set_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
spec: {
containers: [{
name: "node-driver-registrar"
image: "k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0"
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.0"
imagePullPolicy: v1.#PullIfNotPresent
args: [
"-v=1",
Expand Down

0 comments on commit fa6474d

Please sign in to comment.