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

Commit: 4b93290
Author: Network Service Mesh Bot
Date: 2024-12-19 10:29:28 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#103)
PR link: networkservicemesh/sdk#1706
Commit: 55b1f2b
Author: Denis Tingaikin
Date: 2024-12-19 19:26:46 +0300
Message:
    - feat: Optimize trace chain elements (#1706)
* optimize trace chain elements
* fix ci issues
* apply self code review
* apply comments and fix networkservicemesh/sdk#1707
* use the logrus logger by default to not miss useful logs.
---------
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Dec 19, 2024
1 parent b755dfa commit 0edf59c
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:49415ab
image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:4b93290
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:49415ab
value: cmd-csi-driver:4b93290
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 0edf59c

Please sign in to comment.