From 4fc1ee6768e731a54df9d3d73a355042815bdf53 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 26 Nov 2024 09:09:22 +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/722 Commit: c6e348f Author: Network Service Mesh Bot Date: 2024-11-26 03:09:04 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#722) PR link: https://github.com/networkservicemesh/sdk/pull/1585 Commit: 35e15a4 Author: Nikita Skrynnik Date: 2024-11-26 20:06:10 +1100 Message: - Add an option to change reselect function (#1585) * Add mutable reselect function * fix go linter issues * add a test with custom reselect function * revert changes in liveness check ctx * pass reselectFunc through client * cleanup * fix linter issues * fix linter issues * fix test * Fix review comments * fix CI issues * add vl3 reselect function * rename reselect function --------- 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 96d0a497ff9..b3f2d5fbe84 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:160bca7 + - image: ghcr.io/networkservicemesh/ci/cmd-nsmgr:c6e348f imagePullPolicy: IfNotPresent name: nsmgr ports: