From 38fad9e73283e9ef77e81de3b407cb6f3b4be531 Mon Sep 17 00:00:00 2001 From: litmusbot Date: Fri, 15 Jan 2021 21:31:33 +0000 Subject: [PATCH] 488933912: version upgraded for chaos-charts --- charts/generic/experiments.yaml | 6 +++--- charts/kube-aws/experiments.yaml | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index a6060e4..5f56672 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -364,7 +364,7 @@ spec: ## It is used in pumba lib only - name: LIB_IMAGE - value: 'litmuschaos/go-runner:ci' + value: 'litmuschaos/go-runner:latest' # provide the socket file path # it is used in pumba lib @@ -881,7 +881,7 @@ spec: # provide lib image - name: LIB_IMAGE - value: 'litmuschaos/go-runner:ci' + value: 'litmuschaos/go-runner:latest' # provide the socket file path # it is used in pumba lib @@ -1709,7 +1709,7 @@ spec: ## It is used in pumba lib only - name: LIB_IMAGE - value: 'litmuschaos/go-runner:ci' + value: 'litmuschaos/go-runner:latest' # provide the socket file path # it is used in pumba lib diff --git a/charts/kube-aws/experiments.yaml b/charts/kube-aws/experiments.yaml index 3a4d07d..04c5d93 100644 --- a/charts/kube-aws/experiments.yaml +++ b/charts/kube-aws/experiments.yaml @@ -59,6 +59,10 @@ spec: - name: REGION value: '' + # Provide the path of aws credentials mounted from secret + - name: AWS_SHARED_CREDENTIALS_FILE + value: '/tmp/cloud_config.yml' + # provide the LIB # only litmus supported - name: LIB @@ -249,6 +253,10 @@ spec: - name: REGION value: '' + # Provide the path of aws credentials mounted from secret + - name: AWS_SHARED_CREDENTIALS_FILE + value: '/tmp/cloud_config.yml' + # provide the LIB # only litmus supported - name: LIB @@ -262,4 +270,5 @@ spec: secrets: - name: cloud-secret mountPath: /tmp/ + ---