From 4f1f4f733d5c4a103109f1a94a48cc3ea207eaa5 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Sivakumar Date: Sat, 15 Aug 2026 22:39:45 +0530 Subject: [PATCH] =?UTF-8?q?chore:=20rebuild=20all=20=E2=80=94=20force=20bu?= =?UTF-8?q?ild=20all=20services?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Registry retention (keep-last-3, every 10min) pruned the SHA-tagged images that several nxtgauge-gitops image-automation commits had already bumped deployments to, before those images were ever successfully pulled by the cluster. Result: 14 services stuck in ImagePullBackOff on 'manifest unknown' (catering-services, companies, cron, developers, employees, fitness-trainers, gateway, graphic-designers, job-seekers, jobs, makeup-artists, social-media-managers, tutors, ugc-content-creators) - old replicas kept serving traffic so nothing was actually down, but rollouts were stuck. This empty commit forces build.yaml to rebuild+push every service in one batch so gitops automation bumps them all to freshly-pushed, currently-retained digests together.