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 kind: ChartServiceVersion
metadata: metadata:
name: container-kill name: container-kill
version: 0.1.3 version: 0.1.4
annotations: annotations:
categories: "Kubernetes" categories: "Kubernetes"
vendor: "CNCF" vendor: "CNCF"

View File

@@ -122,9 +122,28 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: container-kill name: container-kill
version: 0.1.1 version: 0.1.3
spec: spec:
definition: 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" image: "litmuschaos/ansible-runner:ci"
args: args:
- -c - -c
@@ -132,14 +151,19 @@ spec:
command: command:
- /bin/bash - /bin/bash
env: env:
- name: ANSIBLE_STDOUT_CALLBACK - name: ANSIBLE_STDOUT_CALLBACK
value: default value: 'default'
- name: TARGET_CONTAINER - name: TARGET_CONTAINER
value: "" value: ''
- name: KILL_MODE
value: ""
- name: LIB - name: LIB
value: "" value: ''
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.4.8'
labels: labels:
name: container-kill name: container-kill
--- ---