Skip to content

Commit

Permalink
fix(kafka): increase kafka chart version due to kraft enabled error (#…
Browse files Browse the repository at this point in the history
…378)

* fix: increase kafka chart version due to kraft enabled error

* increse prerequisites helm chart version

---------

Co-authored-by: Wacker <[email protected]>
  • Loading branch information
janfrederickk and janwackermark authored Oct 12, 2023
1 parent 83d6714 commit 826bf3b
Showing 1 changed file with 2 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.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

0 comments on commit 826bf3b

Please sign in to comment.