From e03a9dc1223f6b815a2c76004f25fdceaa852284 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 26 Nov 2024 09:09:31 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-cluster-info-k8s@main PR link: https://github.com/networkservicemesh/cmd-cluster-info-k8s/pull/166 Commit: 3abd838 Author: Network Service Mesh Bot Date: 2024-11-26 03:09:07 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#166) 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/cluster-info/cluster-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cluster-info/cluster-info.yaml b/apps/cluster-info/cluster-info.yaml index 64b796eee62b..9cd68b79b37b 100644 --- a/apps/cluster-info/cluster-info.yaml +++ b/apps/cluster-info/cluster-info.yaml @@ -17,7 +17,7 @@ spec: spec: serviceAccountName: cluster-info-sa containers: - - image: ghcr.io/networkservicemesh/ci/cmd-cluster-info-k8s:f3906d1 + - image: ghcr.io/networkservicemesh/ci/cmd-cluster-info-k8s:3abd838 env: - name: NSM_NAMESPACE valueFrom: