From dba43bb55697e67cfb5c23720df8a3554ab7dc59 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Thu, 8 Aug 2024 05:08:15 -0500 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-csi-driver@main (#12142) PR link: https://github.com/networkservicemesh/cmd-csi-driver/pull/77 Commit: f4675e6 Author: Network Service Mesh Bot Date: 2024-08-08 05:06:41 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#77) PR link: https://github.com/networkservicemesh/sdk/pull/1650 Commit: 3016313 Author: Nikita Skrynnik Date: 2024-08-08 21:03:55 +1100 Message: - Add a timeout for Closes in begin.Server (#1650) * fix corner cases of the begin chain element * disable Test_RestartDuringRefresh * add fresh context * add extended context * add refreshed close context everywhere in begin * fix some unit tests * unskip some tests * fix golang linter issues * debug * cleanup * fix race condition * add unit tests * fix go linter issues * fix race conditiong * apply review comments --------- Signed-off-by: denis-tingaikin Signed-off-by: NikitaSkrynnik 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 5cdde0bed316..d243e8799233 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:06f2b56 + image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:f4675e6 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:06f2b56 + value: cmd-csi-driver:f4675e6 volumeMounts: # The volume containing the Network Service API socket. # The NSM CSI driver will mount this directory into containers.