Skip to content

Commit

Permalink
Merge pull request #267 from lpalashevski/release-4.1
Browse files Browse the repository at this point in the history
v4.1.0
  • Loading branch information
lpalashevski authored May 30, 2023
2 parents 354d613 + 2e5633e commit 1644855
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 18 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.0.1
appVersion: "4.0"
version: 4.1.0
appVersion: "4.1"
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.34.0
version: 0.35.0
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/templates/kafka-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
name: {{ .Release.Name }}-strimzi
spec:
kafka:
version: 3.3.2
version: {{ .Values.strimzi.kafka.version }}
replicas: 1
listeners:
- name: plain
Expand Down
1 change: 1 addition & 0 deletions charts/egeria-base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ image:
strimzi:
enabled: true
kafka:
version: 3.4.0
listeners:
external:
enabled: 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: 4.0.0
appVersion: "4.0"
version: 4.1.0
appVersion: "4.1"
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: "4.0"
tag: "4.1"
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-lineage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ apiVersion: v2
name: egeria-lineage
description: A Helm chart for the egeria integration lineage event driven connector sample
type: application
version: 4.0.0
appVersion: "4.0"
version: 4.1.0
appVersion: "4.1"
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, base, simple, event, driven, lineage, sample, atruvia
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: 4.0.0
appVersion: "4.0"
version: 4.1.0
appVersion: "4.1"
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: "4.0"
tag: "4.1"
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.1-prerelease.1
appVersion: "4.0"
version: 4.1.0
appVersion: "4.1"
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.34.0
version: 0.35.0
repository: https://strimzi.io/charts/
condition: strimzi.enabled
2 changes: 1 addition & 1 deletion charts/odpi-egeria-lab/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.4.0
version: {{ .Values.kafka.version }}
replicas: {{ .Values.kafka.replicas }}
listeners:
- name: plain
Expand Down
5 changes: 3 additions & 2 deletions charts/odpi-egeria-lab/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,13 @@ jupyter:
# tokenPlain:
# ----
# Git tag to checkout in the egeria-jupyter repo
gitTagForNotebooks: "main"
gitTagForNotebooks: "V4.1"
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
replicas: 1
resources: {}
zookeeper:
Expand Down Expand Up @@ -127,7 +128,7 @@ image:
#registry: docker.io
#namespace: jupyter
name: jupyter
tag: "lab-3.5.2"
tag: "lab-4.0.0"
uistatic:
name: egeria-ui
tag: "4.1.2"
Expand Down

0 comments on commit 1644855

Please sign in to comment.