588: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-01-28 13:22:34 +00:00
parent 0c0955391c
commit 4a8324ef6e
4 changed files with 11 additions and 10 deletions

View File

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

View File

@@ -619,7 +619,7 @@ description:
kind: ChaosExperiment
metadata:
name: container-kill
version: 0.1.10
version: 0.1.11
spec:
definition:
scope: Namespaced
@@ -662,16 +662,17 @@ spec:
- name: RAMP_TIME
value: ''
# It only supports pumba
# It supports pumba and containerd
- name: LIB
value: 'pumba'
# provide lib image
# LIB_IMAGE can be - gaiaadm/pumba:0.4.8, gprasath/crictl:ci
# For pumba image use: gaiaadm/pumba:0.4.8
# For containerd image use: gprasath/crictl:ci
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.4.8'
labels:
name: container-kill
---