From d813014a4006e213ea0cb74004afd6794b87502f Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 14 Feb 2024 07:39:57 +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/8 Commit: 56b5cde Author: Denis Tingaikin Date: 2024-02-14 10:39:40 +0300 Message: - Merge pull request #8 from VitalyGushin/swap-forwarder-interfaces 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 9c43d5563ddb..0a73861bb6f7 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:db38fa3 + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:56b5cde imagePullPolicy: IfNotPresent ports: - containerPort: 3001