From 7ec8351b12fe513a522d1070baa1a6f52143b23e Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Thu, 28 Nov 2024 04:19:36 -0600 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-csi-driver@main (#12567) PR link: https://github.com/networkservicemesh/cmd-csi-driver/pull/99 Commit: 0f60d1e Author: Denis Tingaikin Date: 2024-11-28 05:18:03 -0500 Message: - Merge pull request #99 from Ex4amp1e/update-go-1.23 Signed-off-by: NSMBot Co-authored-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 c6048dc78d5..7d1e912ce8b 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:b78a903 + image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:0f60d1e 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:b78a903 + value: cmd-csi-driver:0f60d1e volumeMounts: # The volume containing the Network Service API socket. # The NSM CSI driver will mount this directory into containers.