From 479d88b737cddc76ed89759b6d77c555073d7227 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Thu, 17 Oct 2024 17:18:44 +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/94 Commit: e0477c2 Author: Network Service Mesh Bot Date: 2024-10-17 12:18:24 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#94) PR link: https://github.com/networkservicemesh/sdk/pull/1535 Commit: 21c4d98 Author: dependabot[bot] Date: 2024-10-17 13:15:20 -0400 Message: - Bump github.com/nats-io/nats-server/v2 from 2.8.2 to 2.9.23 (#1535) Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.8.2 to 2.9.23. - [Release notes](https://github.com/nats-io/nats-server/releases) - [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml) - [Commits](https://github.com/nats-io/nats-server/compare/v2.8.2...v2.9.23) --- updated-dependencies: - dependency-name: github.com/nats-io/nats-server/v2 dependency-type: indirect ... Signed-off-by: dependabot[bot] 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 e7b10d2ca1b..5090f34e7c9 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:01b019a + image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:e0477c2 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:01b019a + value: cmd-csi-driver:e0477c2 volumeMounts: # The volume containing the Network Service API socket. # The NSM CSI driver will mount this directory into containers.