From 5186c7cae595a6ca8f451f20bf8984e4d8117de7 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Thu, 18 Apr 2024 09:56:19 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-nsmgr@main PR link: https://github.com/networkservicemesh/cmd-nsmgr/pull/674 Commit: 9bea338 Author: Network Service Mesh Bot Date: 2024-04-18 04:55:51 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#674) 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 --- apps/nsmgr/nsmgr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nsmgr/nsmgr.yaml b/apps/nsmgr/nsmgr.yaml index 744c39f4e8b8..1e43c3fd764f 100644 --- a/apps/nsmgr/nsmgr.yaml +++ b/apps/nsmgr/nsmgr.yaml @@ -17,7 +17,7 @@ spec: spec: serviceAccount: nsmgr-sa containers: - - image: ghcr.io/networkservicemesh/ci/cmd-nsmgr:8df1d77 + - image: ghcr.io/networkservicemesh/ci/cmd-nsmgr:9bea338 imagePullPolicy: IfNotPresent name: nsmgr ports: