File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1717# get the environment
1818environment = utils .get_environment ()
1919stack_name_prefix = f"openchallenges-{ environment } "
20- image_version = "1.3.7 "
20+ image_version = "1.3.8 "
2121
2222# get VARS from cdk.json
2323env_vars = app .node .try_get_context (environment )
289289 "API_DOCS_URL" : f"https://{ fully_qualified_domain_name } /api-docs" ,
290290 "APP_VERSION" : image_version ,
291291 "CSR_API_URL" : f"https://{ fully_qualified_domain_name } /api/v1" ,
292- "DATA_UPDATED_ON" : "2025-05-15 " ,
292+ "DATA_UPDATED_ON" : "2025-06-16 " ,
293293 "ENVIRONMENT" : "production" ,
294294 "GOOGLE_TAG_MANAGER_ID" : "GTM-NBR5XD8C" ,
295295 "SSR_API_URL" : "http://openchallenges-api-gateway:8082/api/v1" ,
355355 "APP_PORT" : "4200" ,
356356 "THUMBOR_HOST" : "openchallenges-thumbor" ,
357357 "THUMBOR_PORT" : "8889" ,
358- "ZIPKIN_HOST" : "openchallenges-zipkin" ,
359- "ZIPKIN_PORT" : "9411" ,
360358 },
361359)
362360
You can’t perform that action at this time.
0 commit comments