Skip to content

Commit

Permalink
JE-72062 Minio RELEASE.2024-08-29T01-40-52Z
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkadt committed Sep 10, 2024
1 parent a09e950 commit f7d792a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.jps
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ globals:
exportPath: /export
DEPLOY_HOOK: /root/deployLE.sh
UNDEPLOY_HOOK: /root/undeployLE.sh
DEPLOY_HOOK_JS: ${}/scripts/deployHook.js
DEPLOY_HOOK_JS: ${baseUrl}/scripts/deployHook.js
BUILD_SCRIPT: ${baseUrl}/scripts/build-cluster.js

onBeforeInit: |
Expand All @@ -38,7 +38,7 @@ onBeforeInit: |
if ("${quota.environment.externalip.enabled}" == 0) {
settings.fields = fields.filter(function(item) { return item.name != "le-addon" });
}
settings.fields.push({type:'string', caption:'Image', hidden:true, name:'image', value:'devbeta.d.jele.io/minio:RELEASE.2024-08-29T01-40-52Z-almalinux-9'});
settings.fields.push({type:'string', caption:'Image', hidden:true, name:'image', value:'jelastic/minio:RELEASE.2024-08-29T01-40-52Z-almalinux-9'});
settings.fields.push({type:'checkbox', caption:'Install Let\'s Encrypt Certificates and Custom Domains Addon. Public IP is required.', name:'le-addon', value:false});
}
return { result: 0, settings: settings };
Expand Down

0 comments on commit f7d792a

Please sign in to comment.