From ab438d4f5149dd8b33a884fa6c4cff782a91148c Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 5 Jul 2023 08:38:51 +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/7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit: 7c6bc23 Author: Network Service Mesh Bot Date: 2023-07-05 03:38:24 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sd… 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 755f3de5e736..a4b3842e8ce8 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:0f75723 + image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:7c6bc23 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:0f75723 + value: cmd-csi-driver:7c6bc23 volumeMounts: # The volume containing the Network Service API socket. # The NSM CSI driver will mount this directory into containers.