Skip to content

Commit

Permalink
odpi/egeria#6539 update for 3.9 prerelease charts
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 May 26, 2022
1 parent e2ed77d commit caf870b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 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.8.0
appVersion: 3.8
version: 3.9.0-prerelease.0
appVersion: 3.9
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, base, simple
Expand All @@ -17,5 +17,5 @@ maintainers:
email: nigel.l.jones+git@gmail.com
dependencies:
- name: strimzi-kafka-operator
version: 0.28.0
version: 0.29.0
repository: https://strimzi.io/charts/
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.8"
version: "3.9"
repositoryType: "local-graph-repository"
debug: false
persistence: true
Expand Down
6 changes: 3 additions & 3 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.8.0
appVersion: 3.8
version: 3.9.0-prerelease.0
appVersion: 3.9
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, cts
Expand All @@ -19,6 +19,6 @@ maintainers:
email: nigel.l.jones+git@gmail.com
dependencies:
- name: strimzi-kafka-operator
version: 0.28.0
version: 0.29.0
repository: https://strimzi.io/charts/

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.8
tag: 3.9
pullPolicy: IfNotPresent

# The following section defines all DOCKER images being used by this chart. Normally they should be left as is,
Expand Down
6 changes: 3 additions & 3 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.8.0
appVersion: 3.8
version: 3.9.0-prerelease.0
appVersion: 3.9
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, pts
Expand All @@ -19,6 +19,6 @@ maintainers:
email: nigel.l.jones+git@gmail.com
dependencies:
- name: strimzi-kafka-operator
version: 0.28.0
version: 0.29.0
repository: https://strimzi.io/charts/

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.8
tag: 3.9
pullPolicy: IfNotPresent

...
6 changes: 3 additions & 3 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.8.0
appVersion: 3.8
version: 3.9.0-prerelease.0
appVersion: 3.9
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, lab, jupyter, notebook
Expand All @@ -19,5 +19,5 @@ maintainers:
email: nigel.l.jones+git@gmail.com
dependencies:
- name: strimzi-kafka-operator
version: 0.28.0
version: 0.29.0
repository: https://strimzi.io/charts/
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.8"
version: "3.9"
#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 caf870b

Please sign in to comment.