From bbba9d1176afc0e7e5bb5295f92ef8cecfe968cf Mon Sep 17 00:00:00 2001 From: sych74 Date: Thu, 15 Dec 2022 13:03:52 +0100 Subject: [PATCH 1/2] JE-64310 --- scripts/beforeinstall.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/beforeinstall.js b/scripts/beforeinstall.js index 6a45c86..54943d5 100644 --- a/scripts/beforeinstall.js +++ b/scripts/beforeinstall.js @@ -16,10 +16,9 @@ resp.nodes.push({ }) resp.nodes.push({ - nodeType: "mariadb-dockerized", + nodeType: "mariadb104", flexibleCloudlets: ${settings.db_flexibleCloudlets:16}, fixedCloudlets: ${settings.db_fixedCloudlets:1}, - tag: "10.4.22", count: 2, nodeGroup: "sqldb", restartDelay: 10, From 2c5c03aa275f7c46e691b615b9a0c88d31a6a7a3 Mon Sep 17 00:00:00 2001 From: sych74 Date: Thu, 15 Dec 2022 13:04:17 +0100 Subject: [PATCH 2/2] JE-64310 --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index 24e2567..9843e57 100644 --- a/manifest.yml +++ b/manifest.yml @@ -13,7 +13,7 @@ categories: name: Auto-Scalable Magento Cluster v2 logo: /images/magento-enterprise-small-v2.png -baseUrl: https://raw.githubusercontent.com/sych74/magento-cluster/v2.2.0 +baseUrl: https://raw.githubusercontent.com/sych74/magento-cluster/JE-64310 onBeforeInstall: /scripts/beforeinstall.js?_r=${fn.random} onBeforeInit: /scripts/beforeinit.js?_r=${fn.random}