From 6cc48d7937df845de5dc39feec80ebc3636aeb9c Mon Sep 17 00:00:00 2001 From: NSMBot Date: Fri, 29 Dec 2023 11:23:27 +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/3 Commit: 9fcc942 Author: Denis Tingaikin Date: 2023-12-29 14:23:10 +0300 Message: - Merge pull request #3 from NikitaSkrynnik/fix-cves 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 b4f23566564e..f3dca0633d5a 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:b5e41ee + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:9fcc942 imagePullPolicy: IfNotPresent ports: - containerPort: 3001