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 a680289 commit 0f4aee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.jps
Original file line number Diff line number Diff line change
Expand Up @@ -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 0f4aee6

Please sign in to comment.