Skip to content

Commit

Permalink
dependencies for cts, pts
Browse files Browse the repository at this point in the history
Signed-off-by: Ljupcho Palashevski <[email protected]>
  • Loading branch information
lpalashevski committed Sep 13, 2023
1 parent 2b55a9a commit 3845be6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/egeria-cts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions charts/egeria-cts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/egeria-pts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions charts/egeria-pts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3845be6

Please sign in to comment.