Skip to content

Commit

Permalink
Update kafka chart to 22.1.3 for kafka 3.4.0 (acryldata#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlintt authored Jun 1, 2023
1 parent f5d8134 commit 3678c86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/prerequisites/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for packages that Datahub depends on
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.0.16
version: 0.0.17
dependencies:
- name: elasticsearch
version: 7.17.3
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies:
condition: cp-helm-charts.enabled
# This chart deploys a community version of kafka
- name: kafka
version: 17.1.0
version: 22.1.3
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: kafka.enabled
maintainers:
Expand Down
4 changes: 4 additions & 0 deletions charts/prerequisites/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@ cp-helm-charts:
# Bitnami version of Kafka that deploys open source Kafka https://artifacthub.io/packages/helm/bitnami/kafka
kafka:
enabled: true
kraft:
enabled: false
zookeeper:
enabled: true

0 comments on commit 3678c86

Please sign in to comment.