From 403945cf235732dd41c34d630aa6bdc74c334f53 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 8 Oct 2024 11:43:40 +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/85 Commit: e60dacb Author: Denis Tingaikin Date: 2024-10-08 14:43:09 +0300 Message: - Merge pull request #85 from Ex4amp1e/fix-cves 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 aa4eb2693690..8a520e299a9a 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:a3bee81 + image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:e60dacb 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:a3bee81 + value: cmd-csi-driver:e60dacb volumeMounts: # The volume containing the Network Service API socket. # The NSM CSI driver will mount this directory into containers.