From 7193f5678813c1e20d6792ee625a4f3bc4969a07 Mon Sep 17 00:00:00 2001 From: Jack Hodgkiss Date: Tue, 18 Feb 2025 20:36:27 +0000 Subject: [PATCH] feat: use `v1.5.0` --- ansible/kayobe-automation-run-tempest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/kayobe-automation-run-tempest.yml b/ansible/kayobe-automation-run-tempest.yml index a1c977a..ca682b4 100644 --- a/ansible/kayobe-automation-run-tempest.yml +++ b/ansible/kayobe-automation-run-tempest.yml @@ -5,7 +5,7 @@ vars: results_path_local: "{{ lookup('env', 'PWD') }}" rally_image: 'stackhpc/docker-rally' - rally_tag: v2.0.1 + rally_tag: v1.5.0 rally_image_full: "{{ rally_docker_registry }}/{{ rally_image }}:{{ rally_tag }}" rally_no_sensitive_log: true # This ensures you get the latest image if the image is updated