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

PR link: networkservicemesh/cmd-nsc#665

Commit: ec1b9dc
Author: Network Service Mesh Bot
Date: 2024-11-06 08:26:05 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#665)
PR link: networkservicemesh/sdk-sriov#624
Commit: 8424c23
Author: Network Service Mesh Bot
Date: 2024-11-06 08:22:18 -0600
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#624)
PR link: networkservicemesh/sdk-kernel#696
Commit: 3e1b97b
Author: Network Service Mesh Bot
Date: 2024-11-06 08:18:42 -0600
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#696)
PR link: networkservicemesh/sdk#1688
Commit: b53ccb0
Author: Szilárd Vincze
Date: 2024-11-06 15:16:20 +0100
Message:
                - Typo fixed in a log. (#1688)

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
  • Loading branch information
nsmbot and NSMBot authored Nov 6, 2024
1 parent 8c7f3ca commit dd9830d
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:c6bdbd8
value: ghcr.io/networkservicemesh/ci/cmd-nsc:ec1b9dc
- name: NSM_INIT_CONTAINER_IMAGES
value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:3ffbfc3
- 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:c6bdbd8
image: ghcr.io/networkservicemesh/ci/cmd-nsc:ec1b9dc
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:c6bdbd8
image: ghcr.io/networkservicemesh/ci/cmd-nsc:ec1b9dc
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:c6bdbd8
image: ghcr.io/networkservicemesh/ci/cmd-nsc:ec1b9dc
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:c6bdbd8
image: ghcr.io/networkservicemesh/ci/cmd-nsc:ec1b9dc
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down

0 comments on commit dd9830d

Please sign in to comment.