From 9c5fe19c245709632c926cdc690b78c75b3138a0 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Mon, 12 Aug 2024 05:44:03 -0500 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-csi-driver@main (#12154) PR link: https://github.com/networkservicemesh/cmd-csi-driver/pull/79 Commit: 6b9df9a Author: Network Service Mesh Bot Date: 2024-08-12 05:42:35 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#79) PR link: https://github.com/networkservicemesh/sdk/pull/1657 Commit: 7e0cf2c Author: Vladislav Byrgazov Date: 2024-08-12 15:39:52 +0500 Message: - Update sdk/pkg/tools/pprofutils (#1657) * Updated pprof naming and method signature * Update listenOn param type from URL to string --------- Signed-off-by: Vladislav Byrgazov 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 d243e8799233..915b7fce0af9 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:f4675e6 + image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:6b9df9a 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:f4675e6 + value: cmd-csi-driver:6b9df9a volumeMounts: # The volume containing the Network Service API socket. # The NSM CSI driver will mount this directory into containers.