Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/kafka-manager] Bump Image Tag (#12030)
Browse files Browse the repository at this point in the history
* bump docker image version

Signed-off-by: Salim <salim.salaues@scality.com>

* add ssalaues to maintainers

Signed-off-by: Salim <salim.salaues@scality.com>
  • Loading branch information
ssalaues authored and k8s-ci-robot committed Mar 8, 2019
1 parent 6ccffa0 commit 8d8f988
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions stable/kafka-manager/Chart.yaml
@@ -1,6 +1,6 @@
name: kafka-manager
version: 1.1.0
appVersion: 1.3.3.18
version: 1.1.1
appVersion: 1.3.3.22
kubeVersion: "^1.8.0-0"
description: A tool for managing Apache Kafka.
home: https://github.com/yahoo/kafka-manager
Expand All @@ -14,4 +14,6 @@ keywords:
maintainers:
- name: giacomoguiulfo
email: giacomoguiulfo@gmail.com
- name: ssalaues
email: salim.salaues@scality.com
engine: gotpl
2 changes: 2 additions & 0 deletions stable/kafka-manager/OWNERS
@@ -1,4 +1,6 @@
approvers:
- giacomoguiulfo
- ssalaues
reviewers:
- giacomoguiulfo
- ssalaues
2 changes: 1 addition & 1 deletion stable/kafka-manager/README.md
Expand Up @@ -43,7 +43,7 @@ Parameter | Description | Default
`serviceAccount.create` | If true, create a service account for kafka-manager | `true`
`serviceAccount.name` | Name of the service account to create or use | `{{ kafka-manager.fullname }}`
`image.repository` | Container image repository | `zenko/kafka-manager`
`image.tag` | Container image tag | `1.0.0`
`image.tag` | Container image tag | `1.3.3.22`
`image.pullPolicy` | Container image pull policy | `IfNotPresent`
`zkHosts` | Zookeeper hosts required by the kafka-manager | `localhost:2181`
`clusters` | Configuration of the clusters to manage | `{}`
Expand Down
2 changes: 1 addition & 1 deletion stable/kafka-manager/values.yaml
Expand Up @@ -16,7 +16,7 @@ serviceAccount:
##
image:
repository: zenko/kafka-manager
tag: 1.3.3.18
tag: 1.3.3.22
pullPolicy: IfNotPresent

## Kafka-manager zookeeper hosts. Default to localhost:2181 or
Expand Down

0 comments on commit 8d8f988

Please sign in to comment.