Skip to content

Commit

Permalink
Merge pull request #275 from lpalashevski/release-4.3
Browse files Browse the repository at this point in the history
Version 4.3
  • Loading branch information
lpalashevski authored Sep 13, 2023
2 parents 40d84c0 + 3845be6 commit e0145f7
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 22 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.2.0"
appVersion: "4.2"
version: 4.3.0
appVersion: "4.3"
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: [email protected]
dependencies:
- name: strimzi-kafka-operator
version: 0.35.1
version: 0.37.0
repository: https://strimzi.io/charts/
condition: strimzi.enabled
# TODO - reinstate dependencies after initial publish
Expand Down
4 changes: 2 additions & 2 deletions 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.2"
version: "4.3"
# repositoryType: "local-graph-repository"
repositoryType: "in-memory-repository"
debug: false
Expand Down Expand Up @@ -164,7 +164,7 @@ image:
strimzi:
enabled: true
kafka:
version: 3.4.0
version: 3.5.1
listeners:
external:
enabled: 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: "4.2.0"
appVersion: "4.2"
version: 4.3.0
appVersion: "4.3"
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, cts
Expand All @@ -19,7 +19,7 @@ maintainers:
email: [email protected]
dependencies:
- name: strimzi-kafka-operator
version: 0.35.1
version: 0.37.0
repository: https://strimzi.io/charts/
condition: strimzi.enabled

Expand Down
2 changes: 1 addition & 1 deletion charts/egeria-cts/templates/kafka-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: {{ .Release.Name }}-strimzi
spec:
kafka:
version: 3.3.2
version: {{ .Values.strimzi.kafka.version }}
replicas: 1
listeners:
- name: plain
Expand Down
4 changes: 3 additions & 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.2"
tag: "4.3"
pullPolicy: IfNotPresent

# The following section defines all DOCKER images being used by this chart. Normally they should be left as is,
Expand All @@ -87,6 +87,8 @@ image:
# installs of egeria charts in the same cluster. Requires the strimzi operator to be
# installed on the cluster by an admin, or a prior install
strimzi:
kafka:
version: 3.5.1
enabled: true

# Debugging support
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.2.0"
appVersion: "4.2"
version: 4.3.0
appVersion: "4.3"
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, pts
Expand All @@ -19,7 +19,7 @@ maintainers:
email: [email protected]
dependencies:
- name: strimzi-kafka-operator
version: 0.35.1
version: 0.37.0
repository: https://strimzi.io/charts/
condition: strimzi.enabled

2 changes: 1 addition & 1 deletion charts/egeria-pts/templates/kafka-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: {{ .Release.Name }}-strimzi
spec:
kafka:
version: 3.3.2
version: {{ .Values.strimzi.kafka.version }}
replicas: 1
listeners:
- name: plain
Expand Down
4 changes: 3 additions & 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.2"
tag: "4.3"
pullPolicy: IfNotPresent

# The following section defines all DOCKER images being used by this chart. Normally they should be left as is,
Expand All @@ -93,6 +93,8 @@ image:
# installs of egeria charts in the same cluster. Requires the strimzi operator to be
# installed on the cluster by an admin, or a prior install
strimzi:
kafka:
version: 3.5.1
enabled: true

# Debugging support
Expand Down
2 changes: 1 addition & 1 deletion charts/egeria-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ apiVersion: v2
name: egeria-server
description: A Helm chart used to demonstrate Egeria stand-alone OMAG server deployment
type: application
version: 4.3-prerelease.1
version: 4.3.0
appVersion: "4.3"
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.0"
appVersion: "4.2"
version: 4.3.0
appVersion: "4.3"
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: [email protected]
dependencies:
- name: strimzi-kafka-operator
version: 0.35.1
version: 0.37.0
repository: https://strimzi.io/charts/
condition: strimzi.enabled
6 changes: 3 additions & 3 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"
version: "4.3"
#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,13 +83,13 @@ jupyter:
# tokenPlain:
# ----
# Git tag to checkout in the egeria-jupyter repo
gitTagForNotebooks: "V4.2"
gitTagForNotebooks: "V4.3"
resources: {}

# Strimzi is used to setup an operator which will manage the custom resource we define.
# These entries are used to define that custom resource
kafka:
version: 3.4.0
version: 3.5.1
replicas: 1
resources: {}
zookeeper:
Expand Down

0 comments on commit e0145f7

Please sign in to comment.