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

PR link: networkservicemesh/cmd-nsc#661

Commit: d838c89
Author: Network Service Mesh Bot
Date: 2024-10-17 18:52:31 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#661)
PR link: networkservicemesh/sdk-sriov#620
Commit: a55e390
Author: Network Service Mesh Bot
Date: 2024-10-17 18:49:21 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#620)
PR link: networkservicemesh/sdk-kernel#692
Commit: 4f9e691
Author: Network Service Mesh Bot
Date: 2024-10-17 18:45:10 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#692)
PR link: networkservicemesh/sdk#1686
Commit: 9a6b64b
Author: dependabot[bot]
Date: 2024-10-17 19:42:57 -0400
Message:
                - Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 (#1686)
Bumps [github.com/nats-io/nkeys](https://github.com/nats-io/nkeys) from 0.4.4 to 0.4.6.
- [Release notes](https://github.com/nats-io/nkeys/releases)
- [Changelog](https://github.com/nats-io/nkeys/blob/main/.goreleaser.yml)
- [Commits](nats-io/nkeys@v0.4.4...v0.4.6)
---
updated-dependencies:
- dependency-name: github.com/nats-io/nkeys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
  • Loading branch information
nsmbot and NSMBot authored Oct 17, 2024
1 parent 7f23240 commit 40cdac4
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:6725b5c
value: ghcr.io/networkservicemesh/ci/cmd-nsc:d838c89
- name: NSM_INIT_CONTAINER_IMAGES
value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:15b628a
- 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:6725b5c
image: ghcr.io/networkservicemesh/ci/cmd-nsc:d838c89
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:6725b5c
image: ghcr.io/networkservicemesh/ci/cmd-nsc:d838c89
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:6725b5c
image: ghcr.io/networkservicemesh/ci/cmd-nsc:d838c89
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:6725b5c
image: ghcr.io/networkservicemesh/ci/cmd-nsc:d838c89
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down

0 comments on commit 40cdac4

Please sign in to comment.