From 9d40338bc7595d8e59d569fdc5a68fe5f89192cc Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Thu, 18 Apr 2024 04:56:13 -0500 Subject: [PATCH] =?UTF-8?q?Update=20go.mod=20and=20go.sum=20to=20latest=20?= =?UTF-8?q?version=20from=20networkservicemesh/cm=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 254c21a375be..196ad7900577 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:9ea6ad7 + image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:79bd37c 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:9ea6ad7 + value: cmd-csi-driver:79bd37c volumeMounts: # The volume containing the Network Service API socket. # The NSM CSI driver will mount this directory into containers.