From a3c4609c4115c788bd687a703415d511762ba378 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Fri, 27 Sep 2024 05:43:20 -0500 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-dashboard-backend@main (#12234) PR link: https://github.com/networkservicemesh/cmd-dashboard-backend/pull/53 Commit: 7185962 Author: Network Service Mesh Bot Date: 2024-09-27 05:41:34 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#53) PR link: https://github.com/networkservicemesh/sdk/pull/1670 Commit: b66e1bf Author: Nikita Skrynnik Date: 2024-09-27 17:37:34 +0700 Message: - Add more mutexes in dial chain element to fix race conditions (#1670) * some minor change * add more locks --------- Signed-off-by: NSMBot Co-authored-by: NSMBot --- apps/dashboard/dashboard-pod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/dashboard-pod.yaml b/apps/dashboard/dashboard-pod.yaml index 171a4aa2689..fc6a624d680 100644 --- a/apps/dashboard/dashboard-pod.yaml +++ b/apps/dashboard/dashboard-pod.yaml @@ -10,7 +10,7 @@ metadata: spec: containers: - name: dashboard-backend - image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:4888de9 + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:7185962 imagePullPolicy: IfNotPresent ports: - containerPort: 3001