Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions argocd/root/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading