Skip to content

Commit 999a3a9

Browse files
Merge pull request #128 from trakrf/miks2u/tra-850-prod-floating-tag
feat(argocd/root): prod tracks floating :prod tag (TRA-375 dry-run)
2 parents bce5f92 + 06c1552 commit 999a3a9

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

argocd/root/values.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ envs:
6767
dbHost: trakrf-db-prod-rw.trakrf-prod
6868
ingressEnabled: true
6969
mqttIp: ""
70-
# Pinned to the first main image carrying the TRA-853 ServeSPA runtime-config
71-
# injection (merge commit c372f81). Required for environmentLabel to render.
72-
# Saturday's cutover may swap this for a floating :prod tag (TRA-375 call).
73-
imageTag: sha-c372f81
70+
# Floating :prod tag (TRA-375), promoted via platform's promote-prod
71+
# workflow_dispatch (imagetools re-tag, no rebuild). Currently points at
72+
# sha-c372f81 (the TRA-853 ServeSPA image). Cutover = repoint :prod, no
73+
# infra PR. environmentLabel stays "GKE pre-prod" through the dry-run
74+
# window; it flips to empty (no banner) as part of the Saturday cutover.
75+
imageTag: prod
7476
environmentLabel: GKE pre-prod
7577
dbCluster:
7678
enabled: true

0 commit comments

Comments
 (0)