Skip to content

Commit

Permalink
Merge pull request #93 from DrFaust92/renovate/k8s.gcr.io-sig-storage…
Browse files Browse the repository at this point in the history
…-csi-node-driver-registrar-2.x

Update k8s.gcr.io/sig-storage/csi-node-driver-registrar Docker tag to v2.6.1
  • Loading branch information
DrFaust92 authored Nov 20, 2022
2 parents 0518116 + ffe4d2f commit 87543de
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 87543de

Please sign in to comment.