Add appVersion key for kafka (#4723)

The key "appVersion" is needed for ci testing, it's missing in this yaml. That sometimes will cause testing failure.
This commit is contained in:
AdamDang
2018-04-05 08:55:07 -07:00
committed by k8s-ci-robot
parent 20765eb468
commit 989144e905
+2 -1
View File
@@ -2,7 +2,8 @@ apiVersion: v1
description: Apache Kafka is publish-subscribe messaging rethought as a distributed
commit log.
name: kafka
version: 0.4.7
version: 0.4.8
appVersion: 4.0.0
keywords:
- kafka
- zookeeper