From 44e96defc6763ceef391dd83ea1a26dbf4be3d51 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 24 Dec 2024 09:55:38 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-dashboard-backend@main PR link: https://github.com/networkservicemesh/cmd-dashboard-backend/pull/71 Commit: 4cb51af Author: Network Service Mesh Bot Date: 2024-12-24 03:55:15 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#71) PR link: https://github.com/networkservicemesh/sdk/pull/1710 Commit: 4a9b9a0 Author: Denis Tingaikin Date: 2024-12-24 12:52:13 +0300 Message: - add options for using custom heal/reetry clients for registry (#1710) Signed-off-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 b6d2dfb1134..5b33fba3248 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:803c483 + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:4cb51af imagePullPolicy: IfNotPresent ports: - containerPort: 3001