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-nsc@main (#12672)

PR link: networkservicemesh/cmd-nsc#671

Commit: 5e2c824
Author: Network Service Mesh Bot
Date: 2024-12-27 16:46:47 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#671)
PR link: networkservicemesh/sdk-sriov#634
Commit: 49297e0
Author: Network Service Mesh Bot
Date: 2024-12-27 16:43:58 -0600
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#634)
PR link: networkservicemesh/sdk-kernel#705
Commit: 3bba517
Author: Network Service Mesh Bot
Date: 2024-12-27 16:40:26 -0600
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#705)
PR link: networkservicemesh/sdk#1700
Commit: 422abe9
Author: Nikita Skrynnik
Date: 2024-12-28 09:37:57 +1100
Message:
                - use a proper context for test + fix data races in dialer (#1700)

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
nsmbot and NSMBot authored Dec 28, 2024
1 parent 8dd12b0 commit 209f54a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/admission-webhook-k8s/admission-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- name: NSM_ANNOTATION
value: networkservicemesh.io
- name: NSM_CONTAINER_IMAGES
value: ghcr.io/networkservicemesh/ci/cmd-nsc:0cecc06
value: ghcr.io/networkservicemesh/ci/cmd-nsc:5e2c824
- name: NSM_INIT_CONTAINER_IMAGES
value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:ed31232
- name: NSM_LABELS
Expand Down
2 changes: 1 addition & 1 deletion apps/nsc-kernel/nsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nsc
image: ghcr.io/networkservicemesh/ci/cmd-nsc:0cecc06
image: ghcr.io/networkservicemesh/ci/cmd-nsc:5e2c824
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion apps/nsc-vfio/nsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
mountPath: /dev/vfio

- name: nsc
image: ghcr.io/networkservicemesh/ci/cmd-nsc:0cecc06
image: ghcr.io/networkservicemesh/ci/cmd-nsc:5e2c824
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion examples/heal_extended/component-restart/client-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
containers:
- name: nsc
image: ghcr.io/networkservicemesh/ci/cmd-nsc:0cecc06
image: ghcr.io/networkservicemesh/ci/cmd-nsc:5e2c824
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion examples/heal_extended/component-restart/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
containers:
- name: nsc
image: ghcr.io/networkservicemesh/ci/cmd-nsc:0cecc06
image: ghcr.io/networkservicemesh/ci/cmd-nsc:5e2c824
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down

0 comments on commit 209f54a

Please sign in to comment.