From 0576553cc87dc1f2c9b4793d82756222e749d089 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Fri, 4 Oct 2024 23:10:33 +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/55 Commit: 1bcccc5 Author: Network Service Mesh Bot Date: 2024-10-04 18:10:14 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#55) PR link: https://github.com/networkservicemesh/sdk/pull/1675 Commit: 95c7ff7 Author: Arpad Kiss Date: 2024-10-05 01:07:12 +0200 Message: - Add boundary check to SetupLogLevelChange (#1675) 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 d3cd1aa9a61d..6a40c9c33ab3 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:6ef10a2 + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:1bcccc5 imagePullPolicy: IfNotPresent ports: - containerPort: 3001