Skip to content

Commit e00a4c9

Browse files
nsmbotNSMBot
andauthored
Update go.mod and go.sum to latest version from networkservicemesh/cmd-csi-driver@main (#13363)
PR link: networkservicemesh/cmd-csi-driver#127 Commit: 172a851 Author: Network Service Mesh Bot Date: 2025-06-23 02:11:40 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#127) PR link: networkservicemesh/sdk#1729 Commit: 0a56cb0 Author: dependabot[bot] Date: 2025-06-23 09:09:10 +0200 Message: - Bump github.com/nats-io/nats-server/v2 from 2.9.23 to 2.10.27 (#1729) Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.9.23 to 2.10.27. - [Release notes](https://github.com/nats-io/nats-server/releases) - [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml) - [Commits](nats-io/nats-server@v2.9.23...v2.10.27) --- updated-dependencies: - dependency-name: github.com/nats-io/nats-server/v2 dependency-version: 2.10.27 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: NSMBot <[email protected]> Co-authored-by: NSMBot <[email protected]>
1 parent 3b3c55f commit e00a4c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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:0d7a53c
42+
image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:172a851
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:0d7a53c
56+
value: cmd-csi-driver:172a851
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)