From bf1d51d5694474f0c60e7caef10538cdcd4464d3 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Mon, 12 Aug 2024 10:49:53 +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/491 Commit: ceda47e Author: Network Service Mesh Bot Date: 2024-08-12 05:49:33 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#491) PR link: https://github.com/networkservicemesh/sdk-vpp/pull/843 Commit: 93e4625 Author: Network Service Mesh Bot Date: 2024-08-12 05:46:25 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#843) PR link: https://github.com/networkservicemesh/sdk-kernel/pull/673 Commit: 1db554f Author: Network Service Mesh Bot Date: 2024-08-12 05:42:17 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#673) PR link: https://github.com/networkservicemesh/sdk/pull/1657 Commit: 7e0cf2c Author: Vladislav Byrgazov Date: 2024-08-12 15:39:52 +0500 Message: - Update sdk/pkg/tools/pprofutils (#1657) * Updated pprof naming and method signature * Update listenOn param type from URL to string --------- Signed-off-by: Vladislav Byrgazov 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 d9171bdb197d..4fc8e78c5db6 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:e49b203 + image: ghcr.io/networkservicemesh/ci/cmd-nse-vlan-vpp:ceda47e imagePullPolicy: IfNotPresent securityContext: privileged: true