Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(kafka): increase kafka chart version due to kraft enabled error #378

Merged
merged 2 commits into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.2
version: 0.1.3
dependencies:
- name: elasticsearch
version: 7.17.3
Expand Down Expand Up @@ -35,7 +35,7 @@ dependencies:
condition: cp-helm-charts.enabled
# This chart deploys a community version of kafka
- name: kafka
version: 22.1.3
version: 22.1.6
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: kafka.enabled
maintainers:
Expand Down
Loading