mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Matt Farina
parent
40f0352844
commit
0da3a0e3e1
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user