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

PR link: networkservicemesh/cmd-nsc#629

Commit: 14344ff
Author: Network Service Mesh Bot
Date: 2024-04-25 13:59:04 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#629)
PR link: networkservicemesh/sdk-sriov#591
Commit: e8213fe
Author: Network Service Mesh Bot
Date: 2024-04-25 13:55:37 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#591)
PR link: networkservicemesh/sdk-kernel#660
Commit: 4e18004
Author: Network Service Mesh Bot
Date: 2024-04-25 13:52:03 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#660)
PR link: networkservicemesh/sdk#1614
Commit: aa92e5b
Author: Network Service Mesh Bot
Date: 2024-04-25 13:49:29 -0500
Message:
                - Update go.mod and go.sum to latest version from networkservicemesh/api@main (#1614)
PR link: networkservicemesh/api#171
Commit: d0df988
Author: Nikita Skrynnik
Date: 2024-04-25 04:04:52 +0700
Message:
                                - Create releases with Github CLI (#171)
* Create releases with Github CLI
* use reusable github actions for release and release-dependent-repositories jobs
* fix yaml linter issues
* remove get-tag job
---------

Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
  • Loading branch information
nsmbot and NSMBot authored Apr 25, 2024
1 parent 1a538e0 commit 02c7398
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:9175a2a
value: ghcr.io/networkservicemesh/ci/cmd-nsc:14344ff
- name: NSM_INIT_CONTAINER_IMAGES
value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:c1ca873
- 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:9175a2a
image: ghcr.io/networkservicemesh/ci/cmd-nsc:14344ff
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:9175a2a
image: ghcr.io/networkservicemesh/ci/cmd-nsc:14344ff
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:9175a2a
image: ghcr.io/networkservicemesh/ci/cmd-nsc:14344ff
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:9175a2a
image: ghcr.io/networkservicemesh/ci/cmd-nsc:14344ff
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down

0 comments on commit 02c7398

Please sign in to comment.