From 316f5df91c69ed0d2c9f7493d5d5747227351cc3 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Fri, 19 Apr 2024 10:47:57 +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/62 Commit: 4e30feb Author: Network Service Mesh Bot Date: 2024-04-19 05:47:34 -0500 Message: - Sync files with networkservicemesh/cmd-template (#62) This PR syncs files with https://github.com/networkservicemesh/cmd-template Revision: https://github.com/networkservicemesh/cmd-template/commits/b06b95264e7c9af33c7061aefb42b0e9f54fd3b0 commit b06b95264e7c9af33c7061aefb42b0e9f54fd3b0 Author: Arpad Kiss <158226216+arp-est@users.noreply.github.com> Date: Fri Apr 19 12:42:49 2024 +0200 Add env-check to ci.yaml (#131) Signed-off-by: Arpad Kiss 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 196ad7900577..47b4101b9db6 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:79bd37c + image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:4e30feb 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:79bd37c + value: cmd-csi-driver:4e30feb volumeMounts: # The volume containing the Network Service API socket. # The NSM CSI driver will mount this directory into containers.