225: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2019-11-11 12:10:29 +00:00
parent b426a414c2
commit 2ca26aafeb
2 changed files with 31 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: litmuchaos.io/v1alpha1
kind: ChartServiceVersion
metadata:
name: container-kill
version: 0.1.3
version: 0.1.4
annotations:
categories: "Kubernetes"
vendor: "CNCF"

View File

@@ -122,9 +122,28 @@ description:
kind: ChaosExperiment
metadata:
name: container-kill
version: 0.1.1
version: 0.1.3
spec:
definition:
permissions:
apiGroups:
- ""
- "extensions"
- "apps"
- "batch"
- "litmuschaos.io"
resources:
- "daemonsets"
- "deployments"
- "statefulsets"
- "jobs"
- "pods"
- "pods/exec"
- "chaosengines"
- "chaosexperiments"
- "chaosresults"
verbs:
- "*"
image: "litmuschaos/ansible-runner:ci"
args:
- -c
@@ -132,14 +151,19 @@ spec:
command:
- /bin/bash
env:
- name: ANSIBLE_STDOUT_CALLBACK
value: default
value: 'default'
- name: TARGET_CONTAINER
value: ""
- name: KILL_MODE
value: ""
value: ''
- name: LIB
value: ""
value: ''
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.4.8'
labels:
name: container-kill
---