From 48d9a8c98fb2733e6d17836afb1c80326107ac78 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Mon, 25 Mar 2024 09:49:54 +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/17 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit: 0d7ef7b Author: Network Service Mesh Bot Date: 2024-03-25 04:49:36 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sd… 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 ed1cb33fe2b0..df6d97be90e0 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:ba928e4 + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:0d7ef7b imagePullPolicy: IfNotPresent ports: - containerPort: 3001