Skip to content

Commit

Permalink
Merge pull request #127 from overture-stack/rc/0.15.1
Browse files Browse the repository at this point in the history
Rc/0.15.1
upgrade ego ui
upgrade arranger ui
  • Loading branch information
blabadi authored Mar 17, 2021
2 parents 0d6329f + 1e14972 commit 9db6f16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>bio.overture</groupId>
<artifactId>dms</artifactId>
<version>0.15.0</version>
<version>0.15.1</version>
<name>dms</name>
<description>Overture Data Management System</description>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name: arranger-ui
TaskTemplate:
ContainerSpec:
Image: "overture/arranger-ui:2.11.1-bb38e27"
Image: "overture/arranger-ui:2.11.1-8577ed4"
Env:
- PORT=8080
# no slash at beginning is intended otherwise arranger won't work correctly
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/templates/servicespec/ego-ui.yaml.vm
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
Name: ego-ui
TaskTemplate:
ContainerSpec:
Image: "overture/ego-ui:0a7f693"
Image: "overture/ego-ui:eabe9b0"
Env:
- REACT_APP_API=$dmsConfig.ego.api.url
- PUBLIC_URL=$dmsConfig.ego.ui.url
- REACT_APP_PUBLIC_URL=/ego-ui
- REACT_APP_EGO_CLIENT_ID=${composeServiceResources.EGO_UI.toString()}
Mounts: null
Duration: null
Expand Down

0 comments on commit 9db6f16

Please sign in to comment.