994: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-05-29 07:53:34 +00:00
parent 93971ddb2f
commit 48ce809a42
2 changed files with 7 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: container-kill name: container-kill
version: 0.1.16 version: 0.1.17
spec: spec:
definition: definition:
scope: Namespaced scope: Namespaced

View File

@@ -802,7 +802,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: container-kill name: container-kill
version: 0.1.16 version: 0.1.17
spec: spec:
definition: definition:
scope: Namespaced scope: Namespaced
@@ -854,6 +854,11 @@ spec:
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '10' value: '10'
# provide the container runtime path for containerd
# applicable only for containerd runtime
- name: CONTAINER_PATH
value: '/run/containerd/containerd.sock'
# provide the total chaos duration # provide the total chaos duration
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '20' value: '20'