From 67d85183ee0e905ef8bd0dc0bb3736b72d44bbe6 Mon Sep 17 00:00:00 2001 From: Shyam Doshi Date: Fri, 6 Mar 2026 16:30:08 +0530 Subject: [PATCH 1/2] [patch] Added appOMUpgradeMode in Facilities --- 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 6651f68b..55ee3a5f 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -760,6 +760,10 @@ spec: - name: mas_ws_facilities_size value: "{{ mas_ws_facilities_size }}" {%- endif %} +{%- if mas_ws_facilities_appOMUpgradeMode is defined and mas_ws_facilities_appOMUpgradeMode != "" %} + - name: mas_ws_facilities_appOMUpgradeMode + value: "{{ mas_ws_facilities_appOMUpgradeMode }}" +{%- 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 fc9cadf214810d3a0c566c3d6543cecd1e16013c Mon Sep 17 00:00:00 2001 From: Shyam Doshi Date: Mon, 9 Mar 2026 15:37:29 +0530 Subject: [PATCH 2/2] [patch] Changed the variable name --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 55ee3a5f..e4893fee 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -760,9 +760,9 @@ spec: - name: mas_ws_facilities_size value: "{{ mas_ws_facilities_size }}" {%- endif %} -{%- if mas_ws_facilities_appOMUpgradeMode is defined and mas_ws_facilities_appOMUpgradeMode != "" %} - - name: mas_ws_facilities_appOMUpgradeMode - value: "{{ mas_ws_facilities_appOMUpgradeMode }}" +{%- if mas_ws_facilities_app_om_upgrade_mode is defined and mas_ws_facilities_app_om_upgrade_mode != "" %} + - name: mas_ws_facilities_app_om_upgrade_mode + value: "{{ mas_ws_facilities_app_om_upgrade_mode }}" {%- endif %} {%- if mas_ws_facilities_routes_timeout is defined and mas_ws_facilities_routes_timeout != "" %} - name: mas_ws_facilities_routes_timeout