Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deployment/dev/.env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Versions
EXAFLOW=1.0.0
PLATFORM_BACKEND=9.2.0
PLATFORM_BACKEND=9.2.1
PLATFORM_UI=1.1.0
MIP=9.0.3
MIP=9.0.4

# Toggle authentication
AUTHENTICATION=0
Expand Down
4 changes: 2 additions & 2 deletions deployment/kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ engines:
exaflow:
url: "http://exaflow-controller-service:5000"
mip:
version: 9.0.3
version: 9.0.4
platform-ui:
image:
repository: hbpmip/platform-ui
Expand All @@ -29,7 +29,7 @@ platform-ui:
platform-backend:
image:
repository: hbpmip/platform-backend
tag: 9.2.0
tag: 9.2.1
config:
logLevel: INFO
logLevelFramework: INFO
Expand Down