225: version upgraded for chaos-charts
This commit is contained in:
@@ -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"
|
||||||
|
@@ -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
|
||||||
---
|
---
|
||||||
|
Reference in New Issue
Block a user