1331: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-09-13 16:09:24 +00:00
parent dfdf15090f
commit 5705ef61d6

View File

@@ -499,7 +499,7 @@ spec:
- /bin/bash - /bin/bash
env: env:
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '30' value: '60'
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '10' value: '10'
@@ -516,9 +516,15 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus, pumba
- name: LIB - name: LIB
value: 'litmus' value: 'litmus'
## It is used in pumba lib only
- name: LIB_IMAGE
value: 'gaiaadm/pumba'
- name: TARGET_POD - name: TARGET_POD
value: '' value: ''
@@ -566,7 +572,7 @@ spec:
- /bin/bash - /bin/bash
env: env:
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '30' value: '60'
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '10' value: '10'
@@ -584,10 +590,14 @@ spec:
value: '' value: ''
## env var that describes the library used to execute the chaos ## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus, powerfulseal, chaoskube ## default: litmus. Supported values: litmus, pumba
- name: LIB - name: LIB
value: 'litmus' value: 'litmus'
## It is used in pumba lib only
- name: LIB_IMAGE
value: 'gaiaadm/pumba'
- name: TARGET_POD - name: TARGET_POD
value: '' value: ''
@@ -1338,6 +1348,10 @@ spec:
- name: LIB - name: LIB
value: 'litmus' value: 'litmus'
# provide lib image
- name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest'
# provide node name # provide node name
- name: APP_NODE - name: APP_NODE
value: '' value: ''