Skip to content

Commit

Permalink
odpi/egeria#6435 First prerelease version for the 3.8 release
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <[email protected]>
  • Loading branch information
planetf1 committed Apr 26, 2022
1 parent cccdaae commit 974727e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions charts/egeria-base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: egeria-base
description: Egeria simple deployment (platform, react UI)
apiVersion: v2
version: 3.7.1-prerelease.2
appVersion: 3.7
version: 3.8.0-prerelease.0
appVersion: 3.8
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, base, simple
Expand Down
2 changes: 1 addition & 1 deletion charts/egeria-base/values.yaml
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: "3.7"
version: "3.8"
repositoryType: "local-graph-repository"
debug: false
persistence: true
Expand Down
4 changes: 2 additions & 2 deletions charts/egeria-cts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: egeria-cts
description: Egeria Conformance Test Suite deployment to Kubernetes
apiVersion: v2
version: 3.7.0
appVersion: 3.7
version: 3.8.0-prerelease.0
appVersion: 3.8
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, cts
Expand Down
2 changes: 1 addition & 1 deletion charts/egeria-cts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ resources:
imageDefaults:
registry: quay.io
namespace: odpi
tag: 3.7
tag: 3.8
pullPolicy: IfNotPresent

# The following section defines all DOCKER images being used by this chart. Normally they should be left as is,
Expand Down
4 changes: 2 additions & 2 deletions charts/egeria-pts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: egeria-pts
description: Egeria Performance Test Suite deployment to Kubernetes
apiVersion: v2
version: 3.7.0
appVersion: 3.7
version: 3.8.0-prerelease.0
appVersion: 3.8
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, pts
Expand Down
2 changes: 1 addition & 1 deletion charts/egeria-pts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ resources:
imageDefaults:
registry: quay.io
namespace: odpi
tag: 3.7
tag: 3.8
pullPolicy: IfNotPresent

...
4 changes: 2 additions & 2 deletions charts/odpi-egeria-lab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: odpi-egeria-lab
description: Egeria lab environment
apiVersion: v1
version: 3.7.1-prerelease.1
appVersion: 3.7
version: 3.8.0-prerelease.0
appVersion: 3.8
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, lab, jupyter, notebook
Expand Down
2 changes: 1 addition & 1 deletion charts/odpi-egeria-lab/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ service:
egeria:
#logging: OFF
development: true
version: "3.7"
version: "3.8"
#repositoryType: "local-graph-repository"
repositoryType: "in-memory-repository"
# See https://github.com/odpi/egeria-charts/issues/56 for status of the Egeria UI (polymer) in this environment
Expand Down

0 comments on commit 974727e

Please sign in to comment.