Skip to content

Commit

Permalink
Update k8s.gcr.io/sig-storage/csi-node-driver-registrar Docker tag to…
Browse files Browse the repository at this point in the history
… v2.6.1
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent 4ecf108 commit ffe4d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.tf
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ resource "kubernetes_daemonset" "node" {

container {
name = "node-driver-registrar"
image = "k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.1"
image = "k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.6.1"
args = [
"--csi-address=$(ADDRESS)",
"--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)",
Expand Down

0 comments on commit ffe4d2f

Please sign in to comment.