Changed image tag for experiments (#111)

* Changed ansible runner image tag

Signed-off-by: Amit Bhatt <amitbhatt818@gmail.com>
This commit is contained in:
Amit Bhatt
2020-01-14 16:20:01 +05:30
committed by Chandan Kumar
parent cedfe5a01c
commit ee6a135a59
19 changed files with 19 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ spec:
- "chaosresults"
verbs:
- "*"
image: "litmuschaos/ansible-runner:ci"
image: "litmuschaos/ansible-runner:latest"
args:
- -c
- ansible-playbook ./experiments/coredns/pod_delete/pod_delete_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0