Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/cm…
Browse files Browse the repository at this point in the history
…d-csi-driver@main (#12507)

PR link: networkservicemesh/cmd-csi-driver#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: networkservicemesh/sdk#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](golang-jwt/jwt@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] <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
  • Loading branch information
nsmbot and NSMBot authored Nov 5, 2024
1 parent 3ed2b33 commit a32b978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/csi-driver/csi-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit a32b978

Please sign in to comment.