From ed99b67fe223a9d19477a67b290a8c2ff14d839a Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:29:36 -0500 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nse-vlan-vpp@main (#12460) PR link: https://github.com/networkservicemesh/cmd-nse-vlan-vpp/pull/524 Commit: 79651d3 Author: Network Service Mesh Bot Date: 2024-10-17 12:28:10 -0500 Message: - Update from update/networkservicemesh/sdk-vpp (#524) * Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main PR link: https://github.com/networkservicemesh/sdk-vpp/pull/863 Commit: ecedd0a Author: Network Service Mesh Bot Date: 2024-10-17 12:21:32 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#863) PR link: https://github.com/networkservicemesh/sdk-kernel/pull/691 Commit: 745014a Author: Network Service Mesh Bot Date: 2024-10-17 12:17:46 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#691) PR link: https://github.com/networkservicemesh/sdk/pull/1535 Commit: 21c4d98 Author: dependabot[bot] Date: 2024-10-17 13:15:20 -0400 Message: - Bump github.com/nats-io/nats-server/v2 from 2.8.2 to 2.9.23 (#1535) Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.8.2 to 2.9.23. - [Release notes](https://github.com/nats-io/nats-server/releases) - [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml) - [Commits](https://github.com/nats-io/nats-server/compare/v2.8.2...v2.9.23) --- updated-dependencies: - dependency-name: github.com/nats-io/nats-server/v2 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 7b4f22d66441..f8121045ff57 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:87b2e69 + image: ghcr.io/networkservicemesh/ci/cmd-nse-vlan-vpp:79651d3 imagePullPolicy: IfNotPresent securityContext: privileged: true