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

@@ -802,7 +802,7 @@ description:
kind: ChaosExperiment
metadata:
name: container-kill
version: 0.1.16
version: 0.1.17
spec:
definition:
scope: Namespaced
@@ -854,6 +854,11 @@ spec:
- name: CHAOS_INTERVAL
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
- name: TOTAL_CHAOS_DURATION
value: '20'