Skip to content

Commit

Permalink
small note about kafkaVersion parameter. Change default version (helm…
Browse files Browse the repository at this point in the history
…#16342)

* small note about kafkaVersion parameter

Signed-off-by: Yury Vidineev <adeptg@gmail.com>

* bump chart version

Signed-off-by: Yury Vidineev <adeptg@gmail.com>
  • Loading branch information
adeptg authored and k8s-ci-robot committed Sep 4, 2019
1 parent e8357d5 commit dc11bbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/kafka-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: kafka-manager
version: 2.1.5
version: 2.1.6
appVersion: 1.3.3.22
kubeVersion: "^1.8.0-0"
description: A tool for managing Apache Kafka.
Expand Down
2 changes: 1 addition & 1 deletion stable/kafka-manager/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data:
{{ printf "curl http://%s:%v/clusters -X POST -f " (include "kafka-manager.fullname" $) $.Values.service.port -}}
{{- printf "-d name=%v " (default "default" $cluster.name) -}}
{{- printf "-d zkHosts=%v " (default (include "kafka-manager.zkHosts" $) $cluster.zkHosts) -}}
{{- printf "-d kafkaVersion=%v " (default "1.0.0" $cluster.kafkaVersion) -}}
{{- printf "-d kafkaVersion=%v " (default "2.0.0" $cluster.kafkaVersion) -}}
{{- printf "-d jmxEnabled=%v " (default "false" $cluster.jmxEnabled) -}}
{{- printf "-d jmxUser=%v " (default "" $cluster.jmxUser) -}}
{{- printf "-d jmxPass=%v " (default "" $cluster.jmxPass) -}}
Expand Down
2 changes: 1 addition & 1 deletion stable/kafka-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ clusters:
# zkHosts: ""

## The following parameters can be configured for your cluster.
## See '_helpers.tpl' for the default values
## See '_helpers.tpl' for the default values. Supported values for kafkaVersion: 0.8.1.1, 0.8.2.0, 0.8.2.1, 0.8.2.2, 0.9.0.0, 0.9.0.1, 0.10.0.0, 0.10.0.1, 0.10.1.0, 0.10.1.1, 0.10.2.0, 0.10.2.1, 0.11.0.0, 0.11.0.2, 1.0.0, 1.0.1, 1.1.0, 1.1.1, 2.0.0. Default: 2.0.0
##
# kafkaVersion: ""
# jmxEnabled: ""
Expand Down

0 comments on commit dc11bbd

Please sign in to comment.