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} 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,