diff --git a/bitnami/kafka/Chart.yaml b/bitnami/kafka/Chart.yaml index ae1e15532..c8f54c7ed 100644 --- a/bitnami/kafka/Chart.yaml +++ b/bitnami/kafka/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: kafka -version: 11.6.2 +version: 11.6.3 appVersion: 2.5.0 description: Apache Kafka is a distributed streaming platform. keywords: diff --git a/bitnami/kafka/templates/NOTES.txt b/bitnami/kafka/templates/NOTES.txt index 91466a0bc..c0d36a1c2 100644 --- a/bitnami/kafka/templates/NOTES.txt +++ b/bitnami/kafka/templates/NOTES.txt @@ -101,7 +101,7 @@ To create a pod that you can use as a Kafka client run the following commands: kubectl cp --namespace {{ $releaseNamespace }} /path/to/client.properties {{ $fullname }}-client:/tmp/client.properties kubectl cp --namespace {{ $releaseNamespace }} /path/to/kafka_jaas.conf {{ $fullname }}-client:/tmp/kafka_jaas.conf {{- if eq .Values.auth.clientProtocol "sasl_tls" }} - kubectl cp --namespace {{ $releaseNamespace }} ./kafka.truststore.jks kafka-client:/tmp/kafka.truststore.jks + kubectl cp --namespace {{ $releaseNamespace }} ./kafka.truststore.jks {{ $fullname }}-client:/tmp/kafka.truststore.jks {{- end }} {{- end }} kubectl exec --tty -i {{ $fullname }}-client --namespace {{ $releaseNamespace }} -- bash