Skip to content

Commit 2b61e73

Browse files
authored
Merge pull request #5236 from planetf1/egeria-release-2.10
Release 2.10 #167 update chart/docker image versions & helm dependencies
2 parents a7db257 + 2d1bc6a commit 2b61e73

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

open-metadata-implementation/user-interfaces/ui-chassis/ui-chassis-spring/src/main/resources/application.properties

+4-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ open.lineage.server.name=open-lineage
7979
# ui configuration properties
8080
omas.asset.catalog.page.size=50
8181

82+
# landing page
83+
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.
84+
app.title=Egeria Open Metadata | Find the right data with governance
8285

8386
################################################
8487
### Logging
@@ -96,4 +99,4 @@ logging.level.org.odpi.openmetadata=INFO
9699
# Comma-separated list of origins.
97100
# Example configuration below is for setting up local development environment where egeria-ui is hosted on one of the two urls.
98101
# cors.allowed-origins=http://localhost,http://localhost:8081
99-
cors.allowed-origins=
102+
cors.allowed-origins=

open-metadata-resources/open-metadata-deployment/charts/egeria-base/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ maintainers:
1616
1717
dependencies:
1818
- name: kafka
19-
version: 12.5.0
19+
version: 12.18.3
2020
repository: https://charts.bitnami.com/bitnami

open-metadata-resources/open-metadata-deployment/charts/egeria-base/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ imageDefaults:
6969
registry: docker.io
7070
namespace: odpi
7171
tag: latest
72-
pullPolicy: Always
72+
pullPolicy: IfNotPresent
7373

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

open-metadata-resources/open-metadata-deployment/charts/odpi-egeria-lab/requirements.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
---
44
dependencies:
55
- name: kafka
6-
version: 12.4.0
6+
version: 12.18.3
77
repository: https://charts.bitnami.com/bitnami

open-metadata-resources/open-metadata-deployment/charts/odpi-egeria-lab/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ imageDefaults:
4444
registry: docker.io
4545
namespace: odpi
4646
tag: latest
47-
pullPolicy: Always
47+
pullPolicy: IfNotPresent
4848

4949
# The following section defines all of the DOCKER images being used by this chart. Normally they should be left as is,
5050
# but are exposed here in case the user wishes to extend. By default, each will use the 'imageDefaults' above, but
@@ -59,14 +59,14 @@ image:
5959
name: egeria
6060
presentation:
6161
name: egeria-react-ui
62-
tag: latest
62+
tag: 2.10.0
6363
configure:
6464
name: egeria-configure
6565
jupyter:
6666
name: jupyter
6767
uistatic:
6868
name: egeria-ui
69-
tag: latest
69+
tag: 2.8.0
7070
nginx:
7171
name: nginx
7272
namespace:

open-metadata-resources/open-metadata-deployment/compose/tutorials/.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
egeria_version=2.10
66
#
77
# Version of egeria-react-ui to use
8-
egeria_react_ui_version=latest
8+
egeria_react_ui_version=2.10.0
99

1010
# Version of egeria-ui to use
11-
egeria_ui_version=latest
11+
egeria_ui_version=2.8.0
1212

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

0 commit comments

Comments
 (0)