Skip to content

Commit

Permalink
odpi#5075 - Update versions of UI components to last release
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
  • Loading branch information
planetf1 committed Apr 26, 2021
1 parent ddb351a commit 6be498c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
egeria:
# Set to INFO, WARNING, DEBUG if needed
logging:
version: "2.9-SNAPSHOT"
version: "2.9"
repositoryType: "local-graph-repository"
debug: false
persistence: true
Expand Down Expand Up @@ -84,7 +84,7 @@ image:
name: egeria
presentation:
name: egeria-react-ui
tag: latest
tag: 2.9.0
configure:
name: egeria-configure

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ service:
egeria:
#logging: OFF
development: true
version: "2.9-SNAPSHOT"
version: "2.9"
#repositoryType: "local-graph-repository"
repositoryType: "in-memory-repository"

Expand Down Expand Up @@ -59,14 +59,14 @@ image:
name: egeria
presentation:
name: egeria-react-ui
tag: latest
tag: 2.9.0
configure:
name: egeria-configure
jupyter:
name: jupyter
uistatic:
name: egeria-ui
tag: latest
tag: 2.8.0
nginx:
name: nginx
namespace:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# Copyright Contributors to the Egeria project

# Version of egeria to use
egeria_version=2.9-SNAPSHOT
egeria_version=2.9
#
# Version of egeria-react-ui to use
egeria_react_ui_version=latest
egeria_react_ui_version=2.9.0

# Version of egeria-ui to use
egeria_ui_version=latest
egeria_ui_version=2.8.0

# Override if you wish to use images other than from docker hub odpi/egeria etc
egeria_repo=odpi
Expand Down

0 comments on commit 6be498c

Please sign in to comment.