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 (#12474)

PR link: networkservicemesh/cmd-csi-driver#96

Commit: c4d5be4
Author: Network Service Mesh Bot
Date: 2024-10-17 18:54:55 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#96)
PR link: networkservicemesh/sdk#1685
Commit: a17a4fe
Author: dependabot[bot]
Date: 2024-10-17 19:52:26 -0400
Message:
    - Bump golang.org/x/net from 0.21.0 to 0.23.0 (#1685)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0.
- [Commits](golang/net@v0.21.0...v0.23.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
  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 Oct 17, 2024
1 parent 5afb926 commit 4b5fe48
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:365dc8b
image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:c4d5be4
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:365dc8b
value: cmd-csi-driver:c4d5be4
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 4b5fe48

Please sign in to comment.