From b2f1cc94c129264f6dd1f529087e6ee1a6714564 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Thu, 28 Nov 2024 04:19:41 -0600 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/cmd-dashboard-backend@main (#12525) PR link: https://github.com/networkservicemesh/cmd-dashboard-backend/pull/66 Commit: 3062c09 Author: Denis Tingaikin Date: 2024-11-28 05:18:18 -0500 Message: - Merge pull request #66 from Ex4amp1e/update-go-1.23 Signed-off-by: NSMBot Co-authored-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 30133f6307f..972484d118b 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:e9ff181 + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:3062c09 imagePullPolicy: IfNotPresent ports: - containerPort: 3001