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

Commit: 9b9c169
Author: Network Service Mesh Bot
Date: 2024-08-14 08:44:04 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#80)
PR link: networkservicemesh/sdk#1630
Commit: 78bedfb
Author: Network Service Mesh Bot
Date: 2024-08-14 08:41:05 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/api@main (#1630)
PR link: networkservicemesh/api#152
Commit: 03f6633
Author: Nikita Skrynnik
Date: 2024-08-14 20:39:07 +1100
Message:
        - Delete unused helper functions (#152)
* delete some helper functions
* delete more hepler functions
* delete more unused helper function
* fix linter
* return som e helper functions
* fix CI
---------
Signed-off-by: Nikita Skrynnik <[email protected]>
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Aug 14, 2024
1 parent dafe200 commit 27dc229
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:6b9df9a
image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:9b9c169
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:6b9df9a
value: cmd-csi-driver:9b9c169
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 27dc229

Please sign in to comment.