Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.10 #167 update chart/docker image versions & helm dependencies #5236

Merged
merged 5 commits into from
Jun 1, 2021
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
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