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 (#12123)

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

Commit: 06f2b56
Author: Network Service Mesh Bot
Date: 2024-08-01 04:22:02 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#76)
PR link: networkservicemesh/sdk#1643
Commit: bc1d964
Author: Nikita Skrynnik
Date: 2024-08-01 20:19:08 +1100
Message:
    - Leak fixes (#1643)
* update grpcfd (#1640)
* fix monitor
* fix CI
* add unit tests + fix some errors
* add unit tests
* fix CI
* cleanup
---------

Signed-off-by: Denis Tingaikin <[email protected]>
Signed-off-by: NikitaSkrynnik <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
  • Loading branch information
nsmbot and NSMBot authored Aug 1, 2024
1 parent 60584cc commit 89742f3
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:8416078
image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:06f2b56
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:8416078
value: cmd-csi-driver:06f2b56
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 89742f3

Please sign in to comment.