Skip to content
Closed
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
2 changes: 1 addition & 1 deletion deployment/dev/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
EXAFLOW=1.0.0
PLATFORM_BACKEND=9.1.0
PLATFORM_UI=1.0.0
MIP=9.0.1
MIP=9.0.2

# Toggle authentication
AUTHENTICATION=0
Expand Down
6 changes: 3 additions & 3 deletions deployment/kubernetes/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cluster:
namespace: federation-handson
namespace: default
managed: true
storageClasses:
local: k8s-local-storage
Expand All @@ -9,7 +9,7 @@ network:
link: proxied
externalProtocol: https
publicProtocol: https
publicHost: https://handson.hbpmip.link
publicHost: default
ingress:
enabled: true
className: nginx-public
Expand All @@ -24,7 +24,7 @@ engines:
tag: 1.0.0
mip:
displayName: MIP
version: 9.0.1
version: 9.0.2
datacatalog:
protocol: https
host: ""
Expand Down