From b9ebc32952660c5f346db943d2b23a805bf12ca1 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Wed, 14 Aug 2024 03:41:48 -0500 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-dashboard-backend@main (#12174) PR link: https://github.com/networkservicemesh/cmd-dashboard-backend/pull/46 Commit: aae0d72 Author: Denis Tingaikin Date: 2024-08-14 11:40:31 +0300 Message: - Merge pull request #46 from Ex4amp1e/add-pprof-enable-conf 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 3c06b2023af3..eb30849b500e 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:6162213 + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:aae0d72 imagePullPolicy: IfNotPresent ports: - containerPort: 3001