diff --git a/bitnami/kafka/Chart.yaml b/bitnami/kafka/Chart.yaml index 39759d262..46629148a 100644 --- a/bitnami/kafka/Chart.yaml +++ b/bitnami/kafka/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: kafka -version: 7.3.3 +version: 7.3.4 appVersion: 2.4.0 description: Apache Kafka is a distributed streaming platform. keywords: diff --git a/bitnami/kafka/README.md b/bitnami/kafka/README.md index f94bd4f9d..bbe9c794a 100644 --- a/bitnami/kafka/README.md +++ b/bitnami/kafka/README.md @@ -301,7 +301,7 @@ If you enabled the authentication for Kafka, the SASL_SSL listener will be confi * interBrokerUser/interBrokerPassword: To authenticate kafka brokers between them. * zookeeperUser/zookeeperPassword: In the case that the Zookeeper chart is deployed with SASL authentication enabled. -In order to configure the authentication, you **must** create a secret containing the *kafka.keystore.jks* and *kafka.trustore.jks* certificates and pass the secret name with the `--auth.certificatesSecret` option when deploying the chart. +In order to configure the authentication, you **must** create a secret containing the *kafka.keystore.jks* and *kafka.truststore.jks* certificates and pass the secret name with the `--auth.certificatesSecret` option when deploying the chart. You can create the secret and deploy the chart with authentication using the following parameters: