From a1e23f62204436d1583b7c7285e11983a0df5790 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 23 Apr 2024 13:17:33 +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/30 Commit: dc25b15 Author: Network Service Mesh Bot Date: 2024-04-23 08:17:01 -0500 Message: - Sync files with networkservicemesh/cmd-template (#30) This PR syncs files with https://github.com/networkservicemesh/cmd-template Revision: https://github.com/networkservicemesh/cmd-template/commits/7369b5fd24fe89c8021d5dcf3f5aea3393a64805 commit 7369b5fd24fe89c8021d5dcf3f5aea3393a64805 Author: Nikita Skrynnik <93182827+NikitaSkrynnik@users.noreply.github.com> Date: Tue Apr 23 20:12:10 2024 +0700 Delete check-release-branch job from release workflow (#130) * Delete check-release-branch job from release workflow Signed-off-by: NikitaSkrynnik * minor fixes Signed-off-by: NikitaSkrynnik --------- Signed-off-by: NikitaSkrynnik 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 c1b7e249e907..3766f1dd10e3 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:35cf6af + image: ghcr.io/networkservicemesh/ci/cmd-dashboard-backend:dc25b15 imagePullPolicy: IfNotPresent ports: - containerPort: 3001