From a32b9786d01bccea9e02db052fa1dc5d949c136e Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:12:19 -0600 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-csi-driver@main (#12507) PR link: https://github.com/networkservicemesh/cmd-csi-driver/pull/97 Commit: a2cf421 Author: Network Service Mesh Bot Date: 2024-11-05 09:00:56 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#97) PR link: https://github.com/networkservicemesh/sdk/pull/1687 Commit: 370b7b5 Author: dependabot[bot] Date: 2024-11-05 09:42:27 -0500 Message: - Bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.5.1 (#1687) Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.2.0 to 4.5.1. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](https://github.com/golang-jwt/jwt/compare/v4.2.0...v4.5.1) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v4 dependency-type: direct:production ... 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 b1e55d901cee..073ece20403e 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:c4d5be4 + image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:a2cf421 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:c4d5be4 + value: cmd-csi-driver:a2cf421 volumeMounts: # The volume containing the Network Service API socket. # The NSM CSI driver will mount this directory into containers.