From 7c0ff1656d05574c91acf59de00c7a3384d8410e Mon Sep 17 00:00:00 2001 From: NSMBot Date: Mon, 12 Feb 2024 10:55:00 +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/10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit: db38fa3 Author: Network Service Mesh Bot Date: 2024-02-12 04:54:44 -0600 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 a7c895f6c86a..9c43d5563ddb 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:c0df3f2 + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:db38fa3 imagePullPolicy: IfNotPresent ports: - containerPort: 3001