From 4f5e059c87006ef57b250bcbb0fdd6a08cc29285 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:46:56 -0500 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-csi-driver@main (#12464) PR link: https://github.com/networkservicemesh/cmd-csi-driver/pull/95 Commit: 365dc8b Author: Network Service Mesh Bot Date: 2024-10-17 18:45:24 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#95) PR link: https://github.com/networkservicemesh/sdk/pull/1686 Commit: 9a6b64b Author: dependabot[bot] Date: 2024-10-17 19:42:57 -0400 Message: - Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 (#1686) Bumps [github.com/nats-io/nkeys](https://github.com/nats-io/nkeys) from 0.4.4 to 0.4.6. - [Release notes](https://github.com/nats-io/nkeys/releases) - [Changelog](https://github.com/nats-io/nkeys/blob/main/.goreleaser.yml) - [Commits](https://github.com/nats-io/nkeys/compare/v0.4.4...v0.4.6) --- updated-dependencies: - dependency-name: github.com/nats-io/nkeys dependency-type: indirect ... Signed-off-by: dependabot[bot] 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 5090f34e7c99..78f4d635d121 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:e0477c2 + image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:365dc8b 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:e0477c2 + value: cmd-csi-driver:365dc8b volumeMounts: # The volume containing the Network Service API socket. # The NSM CSI driver will mount this directory into containers.