diff --git a/charts/egeria-base/Chart.yaml b/charts/egeria-base/Chart.yaml index 62642cb..45b37e5 100644 --- a/charts/egeria-base/Chart.yaml +++ b/charts/egeria-base/Chart.yaml @@ -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 @@ -17,7 +17,7 @@ maintainers: email: nigel.l.jones+git@gmail.com 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 diff --git a/charts/egeria-base/values.yaml b/charts/egeria-base/values.yaml index 94331b8..c817967 100644 --- a/charts/egeria-base/values.yaml +++ b/charts/egeria-base/values.yaml @@ -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 @@ -164,7 +164,7 @@ image: strimzi: enabled: true kafka: - version: 3.4.0 + version: 3.5.1 listeners: external: enabled: true diff --git a/charts/egeria-cts/Chart.yaml b/charts/egeria-cts/Chart.yaml index 828028f..92e482f 100644 --- a/charts/egeria-cts/Chart.yaml +++ b/charts/egeria-cts/Chart.yaml @@ -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 @@ -19,7 +19,7 @@ maintainers: email: nigel.l.jones+git@gmail.com dependencies: - name: strimzi-kafka-operator - version: 0.35.1 + version: 0.37.0 repository: https://strimzi.io/charts/ condition: strimzi.enabled diff --git a/charts/egeria-cts/templates/kafka-cluster.yaml b/charts/egeria-cts/templates/kafka-cluster.yaml index 66c871d..c220c49 100644 --- a/charts/egeria-cts/templates/kafka-cluster.yaml +++ b/charts/egeria-cts/templates/kafka-cluster.yaml @@ -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 diff --git a/charts/egeria-cts/values.yaml b/charts/egeria-cts/values.yaml index 3ba0d61..eb04c2d 100644 --- a/charts/egeria-cts/values.yaml +++ b/charts/egeria-cts/values.yaml @@ -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, @@ -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 diff --git a/charts/egeria-pts/Chart.yaml b/charts/egeria-pts/Chart.yaml index f68cf74..5e8b0b6 100644 --- a/charts/egeria-pts/Chart.yaml +++ b/charts/egeria-pts/Chart.yaml @@ -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 @@ -19,7 +19,7 @@ maintainers: email: nigel.l.jones+git@gmail.com dependencies: - name: strimzi-kafka-operator - version: 0.35.1 + version: 0.37.0 repository: https://strimzi.io/charts/ condition: strimzi.enabled diff --git a/charts/egeria-pts/templates/kafka-cluster.yaml b/charts/egeria-pts/templates/kafka-cluster.yaml index 66c871d..c220c49 100644 --- a/charts/egeria-pts/templates/kafka-cluster.yaml +++ b/charts/egeria-pts/templates/kafka-cluster.yaml @@ -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 diff --git a/charts/egeria-pts/values.yaml b/charts/egeria-pts/values.yaml index 4418af5..b904b54 100644 --- a/charts/egeria-pts/values.yaml +++ b/charts/egeria-pts/values.yaml @@ -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, @@ -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 diff --git a/charts/egeria-server/Chart.yaml b/charts/egeria-server/Chart.yaml index 342b4ce..e70ff65 100644 --- a/charts/egeria-server/Chart.yaml +++ b/charts/egeria-server/Chart.yaml @@ -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" diff --git a/charts/odpi-egeria-lab/Chart.yaml b/charts/odpi-egeria-lab/Chart.yaml index a374495..fd7726f 100644 --- a/charts/odpi-egeria-lab/Chart.yaml +++ b/charts/odpi-egeria-lab/Chart.yaml @@ -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 @@ -19,6 +19,6 @@ maintainers: email: nigel.l.jones+git@gmail.com dependencies: - name: strimzi-kafka-operator - version: 0.35.1 + version: 0.37.0 repository: https://strimzi.io/charts/ condition: strimzi.enabled diff --git a/charts/odpi-egeria-lab/values.yaml b/charts/odpi-egeria-lab/values.yaml index f4f221b..4277e25 100644 --- a/charts/odpi-egeria-lab/values.yaml +++ b/charts/odpi-egeria-lab/values.yaml @@ -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 @@ -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: