From e5a23e17e11e5e22d96a250ea4cdfc3d0e4c9f0b Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:56:35 -0500 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nse-vlan-vpp@main (#12470) PR link: https://github.com/networkservicemesh/cmd-nse-vlan-vpp/pull/526 Commit: a8ee276 Author: Network Service Mesh Bot Date: 2024-10-17 18:55:14 -0500 Message: - Update from update/networkservicemesh/sdk-sriov (#526) * Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main PR link: https://github.com/networkservicemesh/sdk-sriov/pull/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: https://github.com/networkservicemesh/sdk-kernel/pull/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: https://github.com/networkservicemesh/sdk/pull/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](https://github.com/nats-io/nkeys/compare/v0.4.4...v0.4.6) --- updated-dependencies: - dependency-name: github.com/nats-io/nkeys dependency-type: indirect ... * Automatically resolving conflicts in go.mod and updating dependency versions to the latest --------- Signed-off-by: dependabot[bot] Signed-off-by: NSMBot Co-authored-by: NSMBot --- apps/nse-vlan-vpp/nse.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nse-vlan-vpp/nse.yaml b/apps/nse-vlan-vpp/nse.yaml index f8121045ff5..303055a551f 100644 --- a/apps/nse-vlan-vpp/nse.yaml +++ b/apps/nse-vlan-vpp/nse.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: nse - image: ghcr.io/networkservicemesh/ci/cmd-nse-vlan-vpp:79651d3 + image: ghcr.io/networkservicemesh/ci/cmd-nse-vlan-vpp:a8ee276 imagePullPolicy: IfNotPresent securityContext: privileged: true