Skip to content

Commit

Permalink
New exareme2 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
KFilippopolitis committed Oct 9, 2023
1 parent be1b2d9 commit 27cdd03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .versions_env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
EXAREME2=0.19.0
EXAREME2=0.19.1
PORTALBACKEND=8.0.2-candidate
GATEWAY=1.6.0-beta.11
FRONTEND=9.4.0-beta.6
Expand Down
4 changes: 0 additions & 4 deletions dev_deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ services:
- RABBITMQ_PORT=5672
- MONETDB_IP=172.17.0.1
- MONETDB_PORT=50000
- MONETDB_LOCAL_USERNAME="executor"
- MONETDB_LOCAL_PASSWORD="executor"
- MONETDB_PUBLIC_USERNAME="guest"
- MONETDB_PUBLIC_PASSWORD="guest"
- SMPC_ENABLED=false
- SMPC_OPTIONAL=false
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ gateway:
CACHE_MAX_ITEMS: 100
image:
name: hbpmip/gateway
version: 1.6.0-beta.9
version: 1.6.0-beta.11

frontend:
ERROR_LOG_LEVEL: info
Expand All @@ -77,7 +77,7 @@ frontend:
EXTERNAL_IP: "{{ .Values.EXTERNAL_IP }}"
image:
name: hbpmip/portal-frontend
version: 9.4.0-beta.4
version: 9.4.0-beta.6
storage:
storage0:
data_path: /opt/mip-deployment/config/caddy
Expand Down

0 comments on commit 27cdd03

Please sign in to comment.