[stable/chaoskube]: update to v0.6.1 (#2526)

* chaoskube: update config to v0.6.1

* chaoskube: distinguish between version and appVersion
This commit is contained in:
Martin Linkhorst
2017-10-30 09:13:04 -04:00
committed by Matt Farina
parent 40f0352844
commit 0da3a0e3e1
3 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
name: chaoskube
version: 0.5.0
version: 0.6.0
appVersion: 0.6.1
description: Chaoskube periodically kills random pods in your Kubernetes cluster.
home: https://github.com/linki/chaoskube
sources:
@@ -21,7 +21,6 @@ spec:
- name: {{ .Values.name }}
image: {{ .Values.image }}:{{ .Values.imageTag }}
args:
- --in-cluster
- --interval={{ .Values.interval }}
- --labels={{ .Values.labels }}
- --annotations={{ .Values.annotations }}
+1 -1
View File
@@ -5,7 +5,7 @@ name: chaoskube
image: quay.io/linki/chaoskube
# docker image tag
imageTag: v0.5.0
imageTag: v0.6.1
# number of replicas to run
replicas: 1