From 1a2e91e547c966387a4667c31b7cd3100a670024 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 3 Jul 2024 14:34:37 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nse-vlan-vpp@main PR link: https://github.com/networkservicemesh/cmd-nse-vlan-vpp/pull/483 Commit: 76e91e1 Author: Network Service Mesh Bot Date: 2024-07-03 09:32:54 -0500 Message: - Update from update/networkservicemesh/sdk-vpp (#483) * Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main PR link: https://github.com/networkservicemesh/sdk-vpp/pull/836 Commit: 506bceb Author: Network Service Mesh Bot Date: 2024-07-03 09:12:12 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#836) PR link: https://github.com/networkservicemesh/sdk-kernel/pull/668 Commit: a1d0118 Author: Network Service Mesh Bot Date: 2024-07-03 09:09:03 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#668) PR link: https://github.com/networkservicemesh/sdk/pull/1642 Commit: 21369bd Author: Denis Tingaikin Date: 2024-07-03 17:04:24 +0300 Message: - fix 'Segmentation violation in nsmgr' (#1642) * fix 'Segmentation violation in nsmgr' * add unit test to cover issue * Fix linter issue --------- Signed-off-by: NSMBot * Automatically resolving conflicts in go.mod and updating dependency versions to the latest Signed-off-by: NSMBot --------- Signed-off-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 8c7ff353f71a..3194e38a6328 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:c9f430f + image: ghcr.io/networkservicemesh/ci/cmd-nse-vlan-vpp:76e91e1 imagePullPolicy: IfNotPresent securityContext: privileged: true