From 97f62b64431424aea5a39d2da25b39976e351e99 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 1 Oct 2024 09:55:39 +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/54 Commit: 6ef10a2 Author: Network Service Mesh Bot Date: 2024-10-01 04:55:17 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#54) PR link: https://github.com/networkservicemesh/sdk/pull/1672 Commit: 5a9d3ce Author: Arpad Kiss Date: 2024-10-01 11:52:03 +0200 Message: - Add log level change based on signals (#1672) 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 fc6a624d6807..d3cd1aa9a61d 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:7185962 + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:6ef10a2 imagePullPolicy: IfNotPresent ports: - containerPort: 3001