From 94af83eb3271fd45f576b736d66a034e61699e63 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Thu, 18 Apr 2024 10:15:02 +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/466 Commit: 5d72540 Author: Network Service Mesh Bot Date: 2024-04-18 05:14:12 -0500 Message: - Update from update/networkservicemesh/sdk-sriov (#466) * Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main PR link: https://github.com/networkservicemesh/sdk-sriov/pull/590 Commit: 53b4eee Author: Network Service Mesh Bot Date: 2024-04-18 05:03:45 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#590) PR link: https://github.com/networkservicemesh/sdk-kernel/pull/659 Commit: 2a4c669 Author: Network Service Mesh Bot Date: 2024-04-18 04:56:06 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#659) PR link: https://github.com/networkservicemesh/sdk/pull/1584 Commit: 608b1b5 Author: Lazy Bear Date: 2024-04-18 13:48:31 +0400 Message: - Add dual stack support. (#1584) * Add dual stack support. * Support client multi channel subscription. * Fix unit tests. * Fix vL3 test. --------- Signed-off-by: Vitaliy Guschin Signed-off-by: NSMBot * Automatically resolving conflicts in go.mod and updating dependency versions to the latest Signed-off-by: NSMBot --------- Signed-off-by: Vitaliy Guschin 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 ba3b5168038f..8c1abc5dfbe1 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:3f3e291 + image: ghcr.io/networkservicemesh/ci/cmd-nse-vlan-vpp:5d72540 imagePullPolicy: IfNotPresent securityContext: privileged: true