From 71e37b830f7345879188ee68d36783b55799d9b2 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 24 Sep 2024 10:24:28 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-csi-driver@main PR link: https://github.com/networkservicemesh/cmd-csi-driver/pull/86 Commit: 909ccc6 Author: Network Service Mesh Bot Date: 2024-09-24 05:24:12 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#86) PR link: https://github.com/networkservicemesh/sdk/pull/1526 Commit: 052aded Author: Ivan Osipov Date: 2024-09-24 14:21:51 +0400 Message: - Fix typo in server.go (#1526) Signed-off-by: NSMBot --- apps/csi-driver/csi-driver.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/csi-driver/csi-driver.yaml b/apps/csi-driver/csi-driver.yaml index 44f08f57e7c1..2d49c173d575 100644 --- a/apps/csi-driver/csi-driver.yaml +++ b/apps/csi-driver/csi-driver.yaml @@ -39,7 +39,7 @@ spec: containers: # This is the container which runs the NSM CSI driver. - name: nsm-csi-driver - image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:5d61b34 + image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:909ccc6 imagePullPolicy: IfNotPresent env: # The CSI driver needs a unique node ID. The node name can be @@ -53,7 +53,7 @@ spec: - name: NSM_CSI_SOCKET_PATH value: "/nsm-csi/csi.sock" - name: NSM_VERSION - value: cmd-csi-driver:5d61b34 + value: cmd-csi-driver:909ccc6 volumeMounts: # The volume containing the Network Service API socket. # The NSM CSI driver will mount this directory into containers.