Skip to content

Commit b0bfc6f

Browse files
nsmbotNSMBot
andauthored
Update go.mod and go.sum to latest version from networkservicemesh/cmd-csi-driver@main (#13486)
PR link: networkservicemesh/cmd-csi-driver#130 Commit: 62f3e8b Author: Network Service Mesh Bot Date: 2025-07-16 09:22:00 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#130) PR link: networkservicemesh/sdk#1739 Commit: 3185db7 Author: Laszlo Kiraly Date: 2025-07-16 16:19:30 +0200 Message: - Increase dial timeout in nsmgr (#1739) * Increase dial timeout in nsmgr Issue: /issues/13484 Signed-off-by: Laszlo Kiraly <laszlo.kiraly@est.tech> Signed-off-by: NSMBot <nsmbot@networkservicmesh.io> Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
1 parent 4bc90a8 commit b0bfc6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/csi-driver/csi-driver.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
containers:
4040
# This is the container which runs the NSM CSI driver.
4141
- name: nsm-csi-driver
42-
image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:0bfffbc
42+
image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:62f3e8b
4343
imagePullPolicy: IfNotPresent
4444
env:
4545
# The CSI driver needs a unique node ID. The node name can be
@@ -53,7 +53,7 @@ spec:
5353
- name: NSM_CSI_SOCKET_PATH
5454
value: "/nsm-csi/csi.sock"
5555
- name: NSM_VERSION
56-
value: cmd-csi-driver:0bfffbc
56+
value: cmd-csi-driver:62f3e8b
5757
volumeMounts:
5858
# The volume containing the Network Service API socket.
5959
# The NSM CSI driver will mount this directory into containers.

0 commit comments

Comments
 (0)