From ed3563167ceca3d9b56fddbed5a4bd06bdfd7069 Mon Sep 17 00:00:00 2001 From: Hisham Ismail Date: Sun, 29 Dec 2019 22:05:06 +0100 Subject: [PATCH] bump version and update README.md --- bitnami/kafka/Chart.yaml | 2 +- bitnami/kafka/README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bitnami/kafka/Chart.yaml b/bitnami/kafka/Chart.yaml index 93b2e030c..a367f8466 100644 --- a/bitnami/kafka/Chart.yaml +++ b/bitnami/kafka/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: kafka -version: 7.0.5 +version: 7.1.0 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 413fd60fc..2544323be 100644 --- a/bitnami/kafka/README.md +++ b/bitnami/kafka/README.md @@ -122,6 +122,8 @@ The following tables lists the configurable parameters of the Kafka chart and th | `service.nodePort` | Kubernetes Service nodePort | `nil` | | `service.loadBalancerIP` | loadBalancerIP for Kafka Service | `nil` | | `service.annotations` | Service annotations | `` | +| `serviceAccount.create` | Enable creation of ServiceAccount for kafka pod | `false` | +| `serviceAccount.name` | Name of the created serviceAccount | `nil` | | `persistence.enabled` | Enable Kafka persistence using PVC, note that Zookeeper perisstency is unaffected | `true` | | `persistence.existingClaim` | Provide an existing `PersistentVolumeClaim`, the value is evaluated as a template. | `nil` | | `persistence.storageClass` | PVC Storage Class for Kafka volume | `nil` |