[Incubator/kafka] Fix init container fail when pod restart (#6762)

* incubator/kafka: fix init container fail when pod restart

* bump chart version
This commit is contained in:
Nham Le
2018-08-13 00:13:54 -07:00
committed by k8s-ci-robot
parent 9c6aca50ed
commit c999b83609
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
description: Apache Kafka is publish-subscribe messaging rethought as a distributed
commit log.
name: kafka
version: 0.8.6
version: 0.8.7
appVersion: 4.1.1
keywords:
- kafka
+1 -1
View File
@@ -40,7 +40,7 @@ spec:
command:
- sh
- -euxc
- "kubectl label pods ${POD_NAME} --namespace ${POD_NAMESPACE} pod=${POD_NAME}"
- "kubectl label pods ${POD_NAME} --namespace ${POD_NAMESPACE} pod=${POD_NAME} --overwrite"
env:
- name: POD_NAME
valueFrom: