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#112

Commit: 18c0a5a
Author: Network Service Mesh Bot
Date: 2025-02-24 04:09:26 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#112)
PR link: networkservicemesh/sdk#1717
Commit: 5edabab
Author: dependabot[bot]
Date: 2025-02-24 11:06:29 +0100
Message:
    - Bump hmarr/debug-action from 2 to 3 (#1717)
Bumps [hmarr/debug-action](https://github.com/hmarr/debug-action) from 2 to 3.
- [Release notes](https://github.com/hmarr/debug-action/releases)
- [Commits](hmarr/debug-action@v2...v3)
---
updated-dependencies:
- dependency-name: hmarr/debug-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Feb 24, 2025
1 parent 889ae40 commit b45ed31
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:673217f
image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:18c0a5a
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:673217f
value: cmd-csi-driver:18c0a5a
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 b45ed31

Please sign in to comment.