From 1a9fae467be840da1642fae2fc311a78b7e39d18 Mon Sep 17 00:00:00 2001 From: Rimuru Date: Thu, 9 Jul 2026 01:41:04 +0530 Subject: [PATCH] traceworks2026: deploy mobile-fix release Frontend: 20260708200848-f50217d32a9c (mobile CSS pass, hamburger menu) API: 20260708200914-f50217d32a9c Previous image (19700101000000-000000000000) was a placeholder. Flux couldn't reconcile because build workflow tags were short SHAs not matching the YYYYMMDDhhmmss-GITSHORT12 regex policy. --- apps/traceworks2026/overlays/prod/release-patch.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/traceworks2026/overlays/prod/release-patch.yaml b/apps/traceworks2026/overlays/prod/release-patch.yaml index bbacbe1..1c48cb3 100644 --- a/apps/traceworks2026/overlays/prod/release-patch.yaml +++ b/apps/traceworks2026/overlays/prod/release-patch.yaml @@ -8,7 +8,7 @@ spec: spec: containers: - name: nginx - image: ci.nxtgauge.com/admin/traceworks2026-frontend:19700101000000-000000000000 # {"$imagepolicy": "flux-system:traceworks2026-frontend"} + image: ci.nxtgauge.com/admin/traceworks2026-frontend:20260708200848-f50217d32a9c # {"$imagepolicy": "flux-system:traceworks2026-frontend"} --- apiVersion: apps/v1 kind: Deployment @@ -20,4 +20,4 @@ spec: spec: containers: - name: api - image: ci.nxtgauge.com/admin/traceworks2026-api:19700101000000-000000000000 # {"$imagepolicy": "flux-system:traceworks2026-api"} + image: ci.nxtgauge.com/admin/traceworks2026-api:20260708200914-f50217d32a9c # {"$imagepolicy": "flux-system:traceworks2026-api"}