Skip to content

Commit

Permalink
depdendency version updates
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 83095d3 commit 2b55a9a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/egeria-base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/egeria-base/values.yaml
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion charts/odpi-egeria-lab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/odpi-egeria-lab/values.yaml
Original file line number Diff line number Diff line change
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 2b55a9a

Please sign in to comment.