Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 87543de

Browse files
authored
Merge pull request #93 from DrFaust92/renovate/k8s.gcr.io-sig-storage-csi-node-driver-registrar-2.x
Update k8s.gcr.io/sig-storage/csi-node-driver-registrar Docker tag to v2.6.1
2 parents 0518116 + ffe4d2f commit 87543de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ resource "kubernetes_daemonset" "node" {
148148

149149
container {
150150
name = "node-driver-registrar"
151-
image = "k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.1"
151+
image = "k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.6.1"
152152
args = [
153153
"--csi-address=$(ADDRESS)",
154154
"--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)",

0 commit comments

Comments
 (0)