From 58b2c4c6b924d1e484f3e826f47ba684b6d7041a Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Tue, 23 Jan 2024 11:06:26 -0500 Subject: [PATCH] revert canarie config invalid template vars values --- .../docker_configuration.py.template | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/birdhouse/components/canarie-api/docker_configuration.py.template b/birdhouse/components/canarie-api/docker_configuration.py.template index bf7662c1..70c7a4e1 100644 --- a/birdhouse/components/canarie-api/docker_configuration.py.template +++ b/birdhouse/components/canarie-api/docker_configuration.py.template @@ -109,10 +109,10 @@ SERVICES = { # NOTE: # Below version and release time auto-managed by 'make VERSION=x.y.z bump'. # Do NOT modify it manually. See 'Tagging policy' in 'birdhouse/README.rst'. - 'version': '2.0.4', - 'releaseTime': '2024-01-18T14:27:21Z', - 'institution': 'Ouranos', - 'researchSubject': 'Climatology', + 'version': '2.0.5', + 'releaseTime': '2024-01-22T04:23:33Z', + 'institution': '${SERVER_INSTITUTION}', + 'researchSubject': '${SERVER_SUBJECT}', 'supportEmail': '${SUPPORT_EMAIL}', 'category': 'Resource/Cloud Management', 'tags': [tag.strip() for tag in "${SERVER_TAGS}".split(",") if tag.strip()], @@ -142,12 +142,12 @@ PLATFORMS = { # NOTE: # Below version and release time auto-managed by 'make VERSION=x.y.z bump'. # Do NOT modify it manually. See 'Tagging policy' in 'birdhouse/README.rst'. - 'version': '2.0.4', - 'releaseTime': '2024-01-18T14:27:21Z', - 'institution': 'Ouranos', - 'researchSubject': 'Climatology', + 'version': '2.0.5', + 'releaseTime': '2024-01-22T04:23:33Z', + 'institution': '${SERVER_INSTITUTION}', + 'researchSubject': '${SERVER_SUBJECT}', 'supportEmail': '${SUPPORT_EMAIL}', - 'tags': ['Climatology', 'Cloud'] + 'tags': [tag.strip() for tag in "${SERVER_TAGS}".split(",") if tag.strip()], }, 'stats': { 'method': '.*',