From bf1d5371e3a727f2d8b5a76cdea55062721f5487 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Thu, 30 May 2024 06:20:45 -0500 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-dashboard-backend@main (#12061) PR link: https://github.com/networkservicemesh/cmd-dashboard-backend/pull/37 Commit: ac4d98b Author: Network Service Mesh Bot Date: 2024-05-30 06:18:54 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#37) PR link: https://github.com/networkservicemesh/sdk/pull/1637 Commit: 50c0908 Author: Nikita Skrynnik Date: 2024-05-30 22:15:58 +1100 Message: - fix authorize (#1637) * fix authorize * rework condition * fix test * add check for nil --------- 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 6f20e3bdc3bc..02a6f4ea8d8f 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:e59c4dc + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:ac4d98b imagePullPolicy: IfNotPresent ports: - containerPort: 3001