From f7211a4bf422fd59a2c674dcdd659073cbbcba41 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Sat, 18 May 2024 18:36:37 +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/35 Commit: 5df56f4 Author: Network Service Mesh Bot Date: 2024-05-18 13:36:18 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#35) PR link: https://github.com/networkservicemesh/sdk/pull/1626 Commit: 7b51d9c Author: Vladislav Byrgazov Date: 2024-05-19 02:33:13 +0800 Message: - Fix memory leak in metrics chain element (#1626) * Fix memory leak in metrics chain element * Fix lint issues * Added check is opentelemetry enabled and fixed copyrights * Fix metrics memory leak by storing temp connection data in metadata * Added copyright * Address review comments * Fixed import --------- Signed-off-by: Vladislav Byrgazov 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 567c07a2ee13..4bca6c25d8ee 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:9ed633a + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:5df56f4 imagePullPolicy: IfNotPresent ports: - containerPort: 3001