Skip to content

Commit

Permalink
Merge pull request #5236 from planetf1/egeria-release-2.10
Browse files Browse the repository at this point in the history
Release 2.10 #167 update chart/docker image versions & helm dependencies
  • Loading branch information
planetf1 committed Jun 1, 2021
2 parents a7db257 + 2d1bc6a commit 2b61e73
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ open.lineage.server.name=open-lineage
# ui configuration properties
omas.asset.catalog.page.size=50

# landing page
app.description=Have a question? || Get in touch via our Slack community https://slack.lfai.foundation/ @@What is Open Metadata? || Find out more on our website https://egeria.odpi.org @@Have more cool ideas? || Feel free to let us know your ideas so we can make it better.
app.title=Egeria Open Metadata | Find the right data with governance

################################################
### Logging
Expand All @@ -96,4 +99,4 @@ logging.level.org.odpi.openmetadata=INFO
# Comma-separated list of origins.
# Example configuration below is for setting up local development environment where egeria-ui is hosted on one of the two urls.
# cors.allowed-origins=http://localhost,http://localhost:8081
cors.allowed-origins=
cors.allowed-origins=
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ maintainers:
email: nigel.l.jones+git@gmail.com
dependencies:
- name: kafka
version: 12.5.0
version: 12.18.3
repository: https://charts.bitnami.com/bitnami
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ imageDefaults:
registry: docker.io
namespace: odpi
tag: latest
pullPolicy: Always
pullPolicy: IfNotPresent

# The following section defines all of the DOCKER images being used by this chart. Normally they should be left as is,
# but are exposed here in case the user wishes to extend. By default, each will use the 'imageDefaults' above, but
Expand All @@ -84,7 +84,7 @@ image:
name: egeria
presentation:
name: egeria-react-ui
tag: latest
tag: 2.10.0
configure:
name: egeria-configure

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
---
dependencies:
- name: kafka
version: 12.4.0
version: 12.18.3
repository: https://charts.bitnami.com/bitnami
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ imageDefaults:
registry: docker.io
namespace: odpi
tag: latest
pullPolicy: Always
pullPolicy: IfNotPresent

# The following section defines all of the DOCKER images being used by this chart. Normally they should be left as is,
# but are exposed here in case the user wishes to extend. By default, each will use the 'imageDefaults' above, but
Expand All @@ -59,14 +59,14 @@ image:
name: egeria
presentation:
name: egeria-react-ui
tag: latest
tag: 2.10.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 @@ -5,10 +5,10 @@
egeria_version=2.10
#
# Version of egeria-react-ui to use
egeria_react_ui_version=latest
egeria_react_ui_version=2.10.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 2b61e73

Please sign in to comment.