From 8477badd9e55368079fc24b222d1e9e6334e2ca1 Mon Sep 17 00:00:00 2001 From: Antonio Perrone Date: Wed, 22 Apr 2026 16:40:46 +0200 Subject: [PATCH 1/2] [patch] Add support for MAS_FACILITIES_SERVER_TIMEZONE property --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 7125bf9d..c18deb7c 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -772,6 +772,10 @@ spec: - name: mas_ws_facilities_app_om_upgrade_mode value: "{{ mas_ws_facilities_app_om_upgrade_mode }}" {%- endif %} +{%- if mas_ws_facilities_server_timezone is defined and mas_ws_facilities_server_timezone != "" %} + - name: mas_ws_facilities_server_timezone + value: "{{ mas_ws_facilities_server_timezone }}" +{%- endif %} {%- if mas_ws_facilities_routes_timeout is defined and mas_ws_facilities_routes_timeout != "" %} - name: mas_ws_facilities_routes_timeout value: "{{ mas_ws_facilities_routes_timeout }}" From 9b56b44d842b0d602e163bcb388d85b940ecf4ef Mon Sep 17 00:00:00 2001 From: Antonio Perrone Date: Tue, 9 Jun 2026 14:51:43 +0200 Subject: [PATCH 2/2] Update pipelinerun-install.yml.j2 --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 3996f376..d716ecb5 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -93,7 +93,7 @@ spec: value: "{{ eck_remote_es_password }}" {%- endif %} {%- endif %} -{%- if db2_action_system == "install" or db2_action_manage == "install" or db2_action_aiservice == "install" %} +{%- if db2_action_system == "install" or db2_action_manage == "install" or db2_action_aiservice == "install" or db2_action_facilities == "install" %} # Dependencies - Db2 - Actions # ------------------------------------------------------------------------- @@ -116,6 +116,10 @@ spec: value: "{{ db2_type }}" - name: db2_timezone value: "{{ db2_timezone }}" + {%- if db2_action_facilities == "install" %} + - name: db2_facilities_timezone + value: "{{ db2_facilities_timezone }}" + {%- endif %} - name: db2u_kind value: "{{ db2u_kind }}" {%- if db2_license_file is defined and db2_license_file != "" %}