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

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

Commit: 79bd37c
Author: Network Service Mesh Bot
Date: 2024-04-18 04:54:42 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#61)
PR link: networkservicemesh/sdk#1584
Commit: 608b1b5
Author: Lazy Bear
Date: 2024-04-18 13:48:31 +0400
Message:
    - Add dual stack support. (#1584)
* Add dual stack support.
* Support client multi channel subscription.
* Fix unit tests.
* Fix vL3 test.
---------
Signed-off-by: Vitaliy Guschin <vitaliy.guschin@spirent.com>
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Apr 18, 2024
1 parent 59f6f11 commit 20daddd
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:9ea6ad7
image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:79bd37c
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:9ea6ad7
value: cmd-csi-driver:79bd37c
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 20daddd

Please sign in to comment.