From 01a664581a8168030a387f28b029b354756737d9 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 26 Nov 2024 09:09:19 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-registry-proxy-dns@main PR link: https://github.com/networkservicemesh/cmd-registry-proxy-dns/pull/680 Commit: 08e42f8 Author: Network Service Mesh Bot Date: 2024-11-26 03:08:59 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#680) 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/registry-proxy-dns/registry-proxy-dns.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/registry-proxy-dns/registry-proxy-dns.yaml b/apps/registry-proxy-dns/registry-proxy-dns.yaml index a6d8985ae8a..573fdeaba10 100644 --- a/apps/registry-proxy-dns/registry-proxy-dns.yaml +++ b/apps/registry-proxy-dns/registry-proxy-dns.yaml @@ -16,7 +16,7 @@ spec: "spiffe.io/spiffe-id": "true" spec: containers: - - image: ghcr.io/networkservicemesh/ci/cmd-registry-proxy-dns:ae47091 + - image: ghcr.io/networkservicemesh/ci/cmd-registry-proxy-dns:08e42f8 env: - name: SPIFFE_ENDPOINT_SOCKET value: unix:///run/spire/sockets/agent.sock