From 63ba075a8759e2ebfba64ee9a45802026dcba2ee Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Fri, 22 Aug 2025 10:01:12 -0300 Subject: [PATCH] SIENTIAPDE-1193 Add OPC_TIMEZONE environment variable to values.yaml for timezone configuration --- values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/values.yaml b/values.yaml index 9198ecf..7caad87 100644 --- a/values.yaml +++ b/values.yaml @@ -173,6 +173,8 @@ env: value: "DEBUG" - name: HTTP_METRICS_PORT value: "9090" + - name: OPC_TIMEZONE + value: "UTC" - name: MONGODB_USERNAME