[bitnami/kafka] broker-list option is deprecated, change to bootstrap-server (#29864)

* [bitnami/kafka] broker-list option is deprecated, change to bootstrap-server

Signed-off-by: jkruke <115351184+jkruke@users.noreply.github.com>

* bump chart version

Signed-off-by: jkruke <115351184+jkruke@users.noreply.github.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: jkruke <115351184+jkruke@users.noreply.github.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Jonas Krukenberg
2024-10-18 16:29:16 +02:00
committed by GitHub
parent 78e41bedae
commit 2e7b0bfe8d
3 changed files with 8 additions and 4 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 30.1.5 (2024-10-07)
## 30.1.6 (2024-10-10)
* [bitnami/kafka] Update default value of `heapOpts` to fit Kafka pod RAM limit while utilize its increase (#29670) ([#29782](https://github.com/bitnami/charts/pull/29782))
* [bitnami/kafka] broker-list option is deprecated, change to bootstrap-server ([#29864](https://github.com/bitnami/charts/pull/29864))
## <small>30.1.5 (2024-10-07)</small>
* [bitnami/kafka] Update default value of `heapOpts` to fit Kafka pod RAM limit while utilize its incr ([51a574e](https://github.com/bitnami/charts/commit/51a574e7a0f97ec479349080d5c137bdaa4bf033)), closes [#29670](https://github.com/bitnami/charts/issues/29670) [#29782](https://github.com/bitnami/charts/issues/29782) [#29670](https://github.com/bitnami/charts/issues/29670)
## <small>30.1.4 (2024-09-22)</small>

View File

@@ -40,4 +40,4 @@ maintainers:
name: kafka
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kafka
version: 30.1.5
version: 30.1.6

View File

@@ -149,7 +149,7 @@ To create a pod that you can use as a Kafka client run the following commands:
{{- if or $clientSaslEnabled $clientSslEnabled }}
--producer.config /tmp/client.properties \
{{- end }}
--broker-list {{ join "," $brokerList }} \
--bootstrap-server {{ $fullname }}.{{ $releaseNamespace }}.svc.{{ $clusterDomain }}:{{ .Values.service.ports.client }} \
--topic test
CONSUMER: