From 3691bba5af0e30476bc385d39e69820842fd3c53 Mon Sep 17 00:00:00 2001 From: Steven Barre Date: Fri, 18 Mar 2022 14:19:35 -0700 Subject: [PATCH] Update Litmus version in config_performance.yaml v1.10 uses a different case for `Experimentstatus` than v1.13 and thus will always fail. --- config/config_performance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_performance.yaml b/config/config_performance.yaml index 1e60e28e..bb446f45 100644 --- a/config/config_performance.yaml +++ b/config/config_performance.yaml @@ -5,7 +5,7 @@ kraken: port: 8081 publish_kraken_status: True # Can be accessed at http://0.0.0.0:8081 signal_state: RUN # Will wait for the RUN signal when set to PAUSE before running the scenarios, refer docs/signal.md for more details - litmus_version: v1.10.0 # Litmus version to install + litmus_version: v1.13.6 # Litmus version to install litmus_uninstall: False # If you want to uninstall litmus if failure chaos_scenarios: # List of policies/chaos scenarios to load - pod_scenarios: # List of chaos pod scenarios to load