From 24cfd24cda27efed88da8b2fce0fb79a3fae4a5d Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Tue, 14 May 2024 17:05:14 -0500 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-dashboard-backend@main (#11907) PR link: https://github.com/networkservicemesh/cmd-dashboard-backend/pull/32 Commit: 9ed633a Author: Network Service Mesh Bot Date: 2024-05-14 10:01:05 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#32) PR link: https://github.com/networkservicemesh/sdk/pull/1616 Commit: 1cbc041 Author: Denis Tingaikin Date: 2024-05-14 17:35:02 +0300 Message: - fix memory leaks (#1616) 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 c1b7e249e907..567c07a2ee13 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:35cf6af + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:9ed633a imagePullPolicy: IfNotPresent ports: - containerPort: 3001