Skip to content

Commit

Permalink
Update chart versions - release 4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ljupcho Palashevski <lpalashevski@gmail.com>
  • Loading branch information
lpalashevski committed Jul 19, 2023
1 parent 176ca73 commit 435f457
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 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: A Helm chart for Egeria simple platform deployment
apiVersion: v2
version: 4.1.0
appVersion: "4.1"
version: "4.2.0"
appVersion: "4.2"
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, base, simple
Expand All @@ -17,7 +17,7 @@ maintainers:
email: nigel.l.jones+git@gmail.com
dependencies:
- name: strimzi-kafka-operator
version: 0.35.0
version: 0.35.1
repository: https://strimzi.io/charts/
condition: strimzi.enabled
# TODO - reinstate dependencies after initial publish
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 @@ -54,7 +54,7 @@ global:
egeria:
# Set to INFO, WARNING, DEBUG if needed
logging:
version: "4.0"
version: "4.2"
# repositoryType: "local-graph-repository"
repositoryType: "in-memory-repository"
debug: false
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: 4.2-prerelease.2
appVersion: "4.2-SNAPSHOT"
version: "4.2.0"
appVersion: "4.2"
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, cts
Expand All @@ -19,7 +19,7 @@ maintainers:
email: nigel.l.jones+git@gmail.com
dependencies:
- name: strimzi-kafka-operator
version: 0.34.0
version: 0.35.1
repository: https://strimzi.io/charts/
condition: strimzi.enabled

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: "4.1"
tag: "4.2"
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: 4.1.0
appVersion: "4.1"
version: "4.2.0"
appVersion: "4.2"
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, pts
Expand All @@ -19,7 +19,7 @@ maintainers:
email: nigel.l.jones+git@gmail.com
dependencies:
- name: strimzi-kafka-operator
version: 0.34.0
version: 0.35.1
repository: https://strimzi.io/charts/
condition: strimzi.enabled

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: "4.1"
tag: "4.2"
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/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: v2
version: 4.2-prerelease.1
appVersion: "4.2-SNAPSHOT"
version: "4.2.0"
appVersion: "4.2"
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, lab, jupyter, notebook
Expand All @@ -19,6 +19,6 @@ maintainers:
email: nigel.l.jones+git@gmail.com
dependencies:
- name: strimzi-kafka-operator
version: 0.35.0
version: 0.35.1
repository: https://strimzi.io/charts/
condition: strimzi.enabled
8 changes: 4 additions & 4 deletions 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: "4.2-SNAPSHOT"
version: "4.2"
#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 Expand Up @@ -83,7 +83,7 @@ jupyter:
# tokenPlain:
# ----
# Git tag to checkout in the egeria-jupyter repo
gitTagForNotebooks: "V4.1"
gitTagForNotebooks: "V4.2"
resources: {}

# Strimzi is used to setup an operator which will manage the custom resource we define.
Expand Down Expand Up @@ -128,10 +128,10 @@ image:
#registry: docker.io
#namespace: jupyter
name: jupyter
tag: "lab-4.0.0"
tag: "lab-4.0.3"
uistatic:
name: egeria-ui
tag: "4.1.2"
tag: "4.1.8"
nginx:
registry: public.ecr.aws
name: nginx/nginx
Expand Down

0 comments on commit 435f457

Please sign in to comment.