From fe1f8d62e74cec9d0ec8257e3c2cd17238c5df02 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 14 Jun 2026 17:44:10 +0000 Subject: [PATCH] tripit: re-apply tripit stack to land CITY_IMAGE_PROVIDER=wikipedia MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The commit that enabled real city cover photos (a69847a0, CITY_IMAGE_PROVIDER=wikipedia, #47) was committed to master but its CI run skipped the tripit stack apply (changed-stack diff race — same class as the prior "re-apply after pipeline race" fixes). The env never landed in-cluster, so the provider stayed on its fake 1x1-PNG default and every trip/stay cover rendered blank/placeholder in prod. This comment touch forces CI to re-apply the tripit stack; terraform then reconciles the drift (desired HCL already has the env) so the deployment picks up CITY_IMAGE_PROVIDER=wikipedia. Co-Authored-By: Claude Opus 4.8 --- stacks/tripit/main.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stacks/tripit/main.tf b/stacks/tripit/main.tf index cd15012b..b26beb94 100644 --- a/stacks/tripit/main.tf +++ b/stacks/tripit/main.tf @@ -125,6 +125,11 @@ locals { # (older images crash-loop on the unknown enum) — landed after that # image rolled out, same hold-order as FARE/CALENDAR/RESEARCH above. CITY_IMAGE_PROVIDER = "wikipedia" + # Re-applied 2026-06-14: a69847a0 (the commit that added this) was never + # terraform-applied — its CI run skipped the tripit stack (changed-stack + # diff race), so the env never landed in-cluster and the provider fell back + # to the fake 1x1-PNG, leaving every trip/stay cover blank. This touch forces + # the tripit stack to re-apply and reconcile the drift. # Tour-guide content pipeline (tripit#24/#25): these three default to `fake` # in tripit's config, which is what shipped dark on 2026-06-08 — prod only # ever showed the placeholder "Sight 1". Real providers: Wikipedia GeoSearch