From a01d39c949824acaecd62b8f0aa4b8dedec47d20 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Thu, 15 Aug 2024 20:52:26 +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/48 Commit: 4888de9 Author: Network Service Mesh Bot Date: 2024-08-15 15:52:10 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#48) PR link: https://github.com/networkservicemesh/sdk/pull/1658 Commit: eeb0114 Author: Network Service Mesh Bot Date: 2024-08-15 15:49:07 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/api@main (#1658) PR link: https://github.com/networkservicemesh/api/pull/174 Commit: fdbfcd8 Author: Nikita Skrynnik Date: 2024-08-15 21:15:54 +1100 Message: - Revert changes in strToIPNet func (#174) 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 53b23f2b7e2c..171a4aa26893 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:9a64ccc + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:4888de9 imagePullPolicy: IfNotPresent ports: - containerPort: 3001