From 06c15527c7656588ddcab0687f8f041b2681a6cb Mon Sep 17 00:00:00 2001 From: Mike Stankavich Date: Thu, 28 May 2026 07:37:30 -0500 Subject: [PATCH] feat(argocd/root): prod tracks floating :prod tag (TRA-375) --- argocd/root/values.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/argocd/root/values.yaml b/argocd/root/values.yaml index 7f620e2..99fc27f 100644 --- a/argocd/root/values.yaml +++ b/argocd/root/values.yaml @@ -67,10 +67,12 @@ envs: dbHost: trakrf-db-prod-rw.trakrf-prod ingressEnabled: true mqttIp: "" - # Pinned to the first main image carrying the TRA-853 ServeSPA runtime-config - # injection (merge commit c372f81). Required for environmentLabel to render. - # Saturday's cutover may swap this for a floating :prod tag (TRA-375 call). - imageTag: sha-c372f81 + # Floating :prod tag (TRA-375), promoted via platform's promote-prod + # workflow_dispatch (imagetools re-tag, no rebuild). Currently points at + # sha-c372f81 (the TRA-853 ServeSPA image). Cutover = repoint :prod, no + # infra PR. environmentLabel stays "GKE pre-prod" through the dry-run + # window; it flips to empty (no banner) as part of the Saturday cutover. + imageTag: prod environmentLabel: GKE pre-prod dbCluster: enabled: true