From b8785e39f286322c08387c9bba9281c8fee55e91 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Sivakumar Date: Wed, 15 Jul 2026 04:14:58 +0530 Subject: [PATCH] chore: retrigger isolated CI builds for services with stale bad digests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restarting these deployments to pick up the corrected B2 secret revealed they'd been running healthy old pods on top of a bad digest in the deployment spec all along (silent from an earlier rebuild wave) — the restart exposed it via ImagePullBackOff/ErrImagePull. Co-Authored-By: Claude Sonnet 5 --- apps/catering_services/src/main.rs | 1 + apps/companies/src/main.rs | 1 + apps/developers/src/main.rs | 1 + apps/graphic_designers/src/main.rs | 1 + apps/makeup_artists/src/main.rs | 1 + apps/social_media_managers/src/main.rs | 1 + apps/users/src/main.rs | 1 + apps/video_editors/src/main.rs | 1 + 8 files changed, 8 insertions(+) diff --git a/apps/catering_services/src/main.rs b/apps/catering_services/src/main.rs index 79615eb..e8b38ed 100644 --- a/apps/catering_services/src/main.rs +++ b/apps/catering_services/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-4 // retrigger-build-marker #![allow(dead_code)] diff --git a/apps/companies/src/main.rs b/apps/companies/src/main.rs index 4a330ef..545ecb4 100644 --- a/apps/companies/src/main.rs +++ b/apps/companies/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-4 // retrigger-build-marker #![allow(dead_code)] diff --git a/apps/developers/src/main.rs b/apps/developers/src/main.rs index e479d71..6e43b70 100644 --- a/apps/developers/src/main.rs +++ b/apps/developers/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-4 // retrigger-build-marker #![allow(dead_code)] diff --git a/apps/graphic_designers/src/main.rs b/apps/graphic_designers/src/main.rs index a5daa56..04ae2cb 100644 --- a/apps/graphic_designers/src/main.rs +++ b/apps/graphic_designers/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-4 // retrigger-build-marker #![allow(dead_code)] diff --git a/apps/makeup_artists/src/main.rs b/apps/makeup_artists/src/main.rs index c0bef9d..922ad6f 100644 --- a/apps/makeup_artists/src/main.rs +++ b/apps/makeup_artists/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-4 #![allow(dead_code)] mod handlers; diff --git a/apps/social_media_managers/src/main.rs b/apps/social_media_managers/src/main.rs index 39b1267..bc7c77c 100644 --- a/apps/social_media_managers/src/main.rs +++ b/apps/social_media_managers/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-4 #![allow(dead_code)] mod handlers; diff --git a/apps/users/src/main.rs b/apps/users/src/main.rs index 7651e9a..0189671 100644 --- a/apps/users/src/main.rs +++ b/apps/users/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-4 #![allow(dead_code)] mod ai; diff --git a/apps/video_editors/src/main.rs b/apps/video_editors/src/main.rs index a4e6259..32d66b6 100644 --- a/apps/video_editors/src/main.rs +++ b/apps/video_editors/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-4 #![allow(dead_code)] mod handlers;