mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/kafka] use latest confluent image (#9604)
* [incubator/kafka] use latest confluent image Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com> * [incubator/kafka] aligned image version in README Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
251e29532f
commit
4f1bedfae9
@@ -2,8 +2,8 @@ apiVersion: v1
|
||||
description: Apache Kafka is publish-subscribe messaging rethought as a distributed
|
||||
commit log.
|
||||
name: kafka
|
||||
version: 0.13.0
|
||||
appVersion: 5.0.0
|
||||
version: 0.13.1
|
||||
appVersion: 5.0.1
|
||||
keywords:
|
||||
- kafka
|
||||
- zookeeper
|
||||
|
||||
@@ -57,7 +57,7 @@ following configurable parameters:
|
||||
| Parameter | Description | Default |
|
||||
|------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------|
|
||||
| `image` | Kafka Container image name | `confluentinc/cp-kafka` |
|
||||
| `imageTag` | Kafka Container image tag | `5.0.0-2` |
|
||||
| `imageTag` | Kafka Container image tag | `5.0.1` |
|
||||
| `imagePullPolicy` | Kafka Container pull policy | `IfNotPresent` |
|
||||
| `replicas` | Kafka Brokers | `3` |
|
||||
| `component` | Kafka k8s selector key | `kafka` |
|
||||
|
||||
@@ -9,7 +9,7 @@ replicas: 3
|
||||
image: "confluentinc/cp-kafka"
|
||||
|
||||
## The kafka image tag
|
||||
imageTag: "5.0.0-2" # Confluent image for Kafka 2.0.0
|
||||
imageTag: "5.0.1" # Confluent image for Kafka 2.0.0
|
||||
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user