From b0fc42e3e69275775029d5914c9aaf95e590ca12 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 3 Jul 2024 14:08:21 +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/39 Commit: a2afb6f Author: Network Service Mesh Bot Date: 2024-07-03 09:06:30 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#39) PR link: https://github.com/networkservicemesh/sdk/pull/1642 Commit: 21369bd Author: Denis Tingaikin Date: 2024-07-03 17:04:24 +0300 Message: - fix 'Segmentation violation in nsmgr' (#1642) * fix 'Segmentation violation in nsmgr' * add unit test to cover issue * Fix linter issue --------- 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 900a2c23adbb..24a766172a54 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:ac4d98b + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:a2afb6f imagePullPolicy: IfNotPresent ports: - containerPort: 3001