From 1c8cbe6be8085284f9bbe7746f78faa34390485b Mon Sep 17 00:00:00 2001 From: Itxaka Date: Mon, 15 Apr 2019 17:34:13 +0200 Subject: [PATCH] point to openstackhelm tempest image we are pointing to a non-existant tempest image from kolla point to our published image instead Change-Id: Ia9acfdc90c2bed47c944bcc1420a2e9920b40a54 --- tempest/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/values.yaml b/tempest/values.yaml index 01292ef4a7..21fffa6d39 100644 --- a/tempest/values.yaml +++ b/tempest/values.yaml @@ -25,7 +25,7 @@ labels: images: tags: dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 - tempest_run_tests: docker.io/kolla/ubuntu-source-tempest:4.0.3 + tempest_run_tests: docker.io/openstackhelm/tempest:latest-ubuntu_xenial ks_user: docker.io/openstackhelm/heat:ocata image_repo_sync: docker.io/docker:17.07.0 pull_policy: "IfNotPresent"