From a231d5f1be594295745eb426eae4c495d083c7be Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Tue, 20 Aug 2024 04:19:42 -0500 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nse-vlan-vpp@main (#12257) PR link: https://github.com/networkservicemesh/cmd-nse-vlan-vpp/pull/501 Commit: 273938e Author: Network Service Mesh Bot Date: 2024-08-20 04:17:56 -0500 Message: - Update from update/networkservicemesh/sdk-vpp (#501) * Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main PR link: https://github.com/networkservicemesh/sdk-vpp/pull/847 Commit: a7b2adb Author: Network Service Mesh Bot Date: 2024-08-20 04:08:04 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#847) PR link: https://github.com/networkservicemesh/sdk-kernel/pull/677 Commit: 573b7f2 Author: Network Service Mesh Bot Date: 2024-08-20 04:03:42 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#677) PR link: https://github.com/networkservicemesh/sdk/pull/1656 Commit: 6fad31a Author: Nikita Skrynnik Date: 2024-08-20 20:00:35 +1100 Message: - Use a context with exteded timeout on Requests in begin (#1656) * Use an extended timeout in case of reselect requests * add unit test * fix race condition * use a context with exteded timeout on Requests in begin * fix unit tests * fix race conditions in dial * fix variable name * fix go linter issues --------- * Automatically resolving conflicts in go.mod and updating dependency versions to the latest --------- 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 7daab6082896..c6dd3936bca5 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:edf542b + image: ghcr.io/networkservicemesh/ci/cmd-nse-vlan-vpp:273938e imagePullPolicy: IfNotPresent securityContext: privileged: true