From bd8380e839615e10cc65fd03ed0ebaa4b53b0e93 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Thu, 21 Mar 2024 10:00:58 +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/16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit: ba928e4 Author: Network Service Mesh Bot Date: 2024-03-21 05:00:25 -0500 Message: - Automatically resolving conflicts in go.mod and updating dependency v… 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 b0b178c8cf61..ed1cb33fe2b0 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:d8e6121 + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:ba928e4 imagePullPolicy: IfNotPresent ports: - containerPort: 3001