Skip to content

Commit

Permalink
New portalbackend and exareme2 versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanKarab committed Sep 7, 2023
1 parent e6a537e commit e88cdaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .versions_env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXAREME2=0.18.1
PORTALBACKEND=testing
PORTALBACKEND=8.0.0
GATEWAY=1.5.0
FRONTEND=9.3.1
MIP=7.1.0
8 changes: 4 additions & 4 deletions kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ engines:
exareme2:
URL: ""
image:
version: 0.17.1
version: 0.18.1

mip:
version: 7.1.0
version: 8.0.0
LINK: ""
EXTERNAL_PROTOCOL: ""
PUBLIC_PROTOCOL: ""
PUBLIC_HOST: ""
NAME: "MIP {{ .Values.mip.version }}"
VERSION_STRING: "Frontend: {{ .Values.frontend.image.version }}, Gateway: {{ .Values.gateway.image.version }}, Backend: {{ .Values.portalbackend.image.version }}, Engine1 (Exareme): {{ .Values.engines.exareme.image.version }}, Engine2 (Exareme2): {{ .Values.engines.exareme2.image.version }}"
VERSION_STRING: "Frontend: {{ .Values.frontend.image.version }}, Gateway: {{ .Values.gateway.image.version }}, Backend: {{ .Values.portalbackend.image.version }}, Exareme: {{ .Values.engines.exareme2.image.version }}"

datacatalogue:
PROTOCOL: https
Expand All @@ -39,7 +39,7 @@ portalbackend:
ALGORITHM_UPDATE_INTERVAL: 60 # seconds
image:
name: hbpmip/portal-backend
version: 7.8.1
version: 8.0.0
storage:
storage0:
data_path: /opt/mip-deployment/config
Expand Down

0 comments on commit e88cdaf

Please sign in to comment.