Skip to content

Commit

Permalink
Minio 2023-02-27T18-10-45Z (#7)
Browse files Browse the repository at this point in the history
* JE-65493   Minio 2023-02-17T17-52-43

* Update manifest.jps

* JE-65493 Minio update

* Update manifest.jps

* JE-65493   Minio 2023-02-27T18-10-45Z

* JE-65493   Minio 2023-02-27T18-10-45Z

* JE-65493   Minio 2023-02-27T18-10-45Z
  • Loading branch information
dimkadt authored Mar 21, 2023
1 parent 03b0a41 commit be26a83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build-cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ if (servers.length == 1) servers[0] = volumePath;

for (var i = 0; i < nodes.length; i++) {
if (nodes[i].nodeGroup != nodeGroup) continue;
resp.push(jelastic.env.file.ReplaceInBody(envName, session, '/etc/default/minio', '^MINIO_VOLUMES=.*', "MINIO_VOLUMES=" + servers.join(' ') + " --address :" + port + " --console-address :" + consolePort, 1, null, null, false, nodes[i].id ));
resp.push(jelastic.env.file.ReplaceInBody(envName, session, '/etc/default/minio', '^MINIO_VOLUMES=.*', "MINIO_VOLUMES=\"" + servers.join(' ') + "\"", 1, null, null, false, nodes[i].id ));
resp.push(jelastic.env.file.ReplaceInBody(envName, session, '/etc/default/minio', '^MINIO_OPTS=.*', "MINIO_OPTS=\" --address :" + port + " --console-address :" + consolePort + "\"", 1, null, null, false, nodes[i].id ));
}

return {
Expand Down
2 changes: 1 addition & 1 deletion manifest.jps
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ nodes:
count: ${settings.nodes}
cloudlets: 16
nodeGroup: cp
image: jelastic/minio:RELEASE.2022-03-22T02-05-10Z
image: jelastic/minio:RELEASE.2023-02-27T18-10-45Z
password: ${globals.secretKey}
skipNodeEmails: true
validation:
Expand Down

0 comments on commit be26a83

Please sign in to comment.