Skip to content

Commit

Permalink
update helm kafka to v 26.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Feb 23, 2024
1 parent 60d5d4c commit 31ef676
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/kafka/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.2
version: 0.2.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1
dependencies:
- name: kafka
version: 18.5.0
version: 26.11.2
repository: https://charts.bitnami.com/bitnami
enabled: true
- name: library-chart
Expand Down
2 changes: 1 addition & 1 deletion charts/kafka/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{- $fullname := include "library-chart.fullname" . }}
{{- $kafkaList := list }}
{{- range $e, $i := until $replicaCount }}
{{- $kafkaList = append $kafkaList (printf "%s-%d.%s-headless:%d" $fullname $i $fullname $portNumber) }}
{{- $kafkaList = append $kafkaList (printf "%s-controller-%d.%s-controller-headless:%d" $fullname $i $fullname $portNumber) }}
{{- end }}
{{- printf "%s" (join "," $kafkaList) -}}
{{- end }}
7 changes: 7 additions & 0 deletions charts/kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@ kafka:
allow: true
zookeeper:
fullnameOverride: kafka-zookeeper
listeners:
client:
protocol: PLAINTEXT
controller:
protocol: PLAINTEXT
interbroker:
protocol: PLAINTEXT
fullnameOverride: kafka

0 comments on commit 31ef676

Please sign in to comment.