@@ -29,6 +29,18 @@ namespaces:
2929# in its own namespace.
3030# ingressEnabled — gates the preview-style ingress + IPAllowList.
3131# mqttIp — MQTT broker LB IP (Tofu-injected on GKE).
32+ # imageTag — trakrf-backend image tag override. Empty falls
33+ # back to chart default (helm/trakrf-backend/values-<cluster>.yaml).
34+ # On GKE preview that's intercepted by image-updater
35+ # to track `:preview`; prod pins an explicit tag
36+ # (the TRA-853 ServeSPA sha / floating `:prod` tag)
37+ # so no image-updater is needed. Empty until the
38+ # TRA-853 image is published.
39+ # environmentLabel — frontend banner label (TRA-853). Backend reads
40+ # ENVIRONMENT_LABEL at serve time and stamps it into
41+ # index.html. Empty / "prod" / "production" → no
42+ # banner. Same main image everywhere; the banner is
43+ # purely this runtime value.
3244# dbCluster.enabled — false skips emitting the CNPG Cluster
3345# Application entirely.
3446# dbCluster.fullnameOverride — drives CNPG Cluster name + Argo App name.
4355 dbHost : trakrf-db-preview-rw.trakrf-preview
4456 ingressEnabled : true
4557 mqttIp : " "
58+ imageTag : " "
59+ environmentLabel : preview
4660 dbCluster :
4761 enabled : true
4862 fullnameOverride : trakrf-db-preview
5367 dbHost : trakrf-db-prod-rw.trakrf-prod
5468 ingressEnabled : true
5569 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
74+ environmentLabel : GKE pre-prod
5675 dbCluster :
5776 enabled : true
5877 fullnameOverride : trakrf-db-prod
0 commit comments