bump version and update README.md

This commit is contained in:
Hisham Ismail
2019-12-29 22:05:06 +01:00
parent 3a92f971cb
commit ed3563167c
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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:
+2
View File
@@ -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` |