From 5705ef61d628bcd23ab9b5badf80cdb89a19b7bf Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sun, 13 Sep 2020 16:09:24 +0000 Subject: [PATCH] 1331: version upgraded for chaos-charts --- charts/generic/experiments.yaml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index d1041f7..8ca0b30 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -499,7 +499,7 @@ spec: - /bin/bash env: - name: TOTAL_CHAOS_DURATION - value: '30' + value: '60' - name: CHAOS_INTERVAL value: '10' @@ -516,9 +516,15 @@ spec: - name: RAMP_TIME value: '' + ## env var that describes the library used to execute the chaos + ## default: litmus. Supported values: litmus, pumba - name: LIB value: 'litmus' + ## It is used in pumba lib only + - name: LIB_IMAGE + value: 'gaiaadm/pumba' + - name: TARGET_POD value: '' @@ -566,7 +572,7 @@ spec: - /bin/bash env: - name: TOTAL_CHAOS_DURATION - value: '30' + value: '60' - name: CHAOS_INTERVAL value: '10' @@ -584,10 +590,14 @@ spec: value: '' ## 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 value: 'litmus' + ## It is used in pumba lib only + - name: LIB_IMAGE + value: 'gaiaadm/pumba' + - name: TARGET_POD value: '' @@ -1338,6 +1348,10 @@ spec: - name: LIB value: 'litmus' + # provide lib image + - name: LIB_IMAGE + value: 'litmuschaos/go-runner:latest' + # provide node name - name: APP_NODE value: ''