From 11690921a0765194a951da8684e62c98bb72a05f Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 20 Aug 2024 09:10:32 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-exclude-prefixes-k8s@main PR link: https://github.com/networkservicemesh/cmd-exclude-prefixes-k8s/pull/310 Commit: 386acd5 Author: Network Service Mesh Bot Date: 2024-08-20 04:10:04 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#310) PR link: https://github.com/networkservicemesh/sdk-k8s/pull/520 Commit: 8ccf44f Author: Network Service Mesh Bot Date: 2024-08-20 04:06:06 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#520) PR link: https://github.com/networkservicemesh/sdk/pull/1656 Commit: 6fad31a Author: Nikita Skrynnik Date: 2024-08-20 20:00:35 +1100 Message: - Use a context with exteded timeout on Requests in begin (#1656) * Use an extended timeout in case of reselect requests * add unit test * fix race condition * use a context with exteded timeout on Requests in begin * fix unit tests * fix race conditions in dial * fix variable name * fix go linter issues --------- 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 9e02651aef20..992f93630eae 100644 --- a/apps/nsmgr/nsmgr.yaml +++ b/apps/nsmgr/nsmgr.yaml @@ -85,7 +85,7 @@ spec: command: ["/bin/grpc-health-probe", "-spiffe", "-addr=unix:///var/lib/networkservicemesh/nsm.io.sock"] failureThreshold: 25 periodSeconds: 5 - - image: ghcr.io/networkservicemesh/ci/cmd-exclude-prefixes-k8s:899e9fb + - image: ghcr.io/networkservicemesh/ci/cmd-exclude-prefixes-k8s:386acd5 imagePullPolicy: IfNotPresent name: exclude-prefixes env: