From 394c758d7c78696b30dbe1bce01f46ccca977f6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Mon, 15 Mar 2021 09:37:39 +0100 Subject: [PATCH] Fix k8s.gcr.io/etcd tags MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Kali is used to verify both v1.18 and v1.19 which respectively ask for k8s.gcr.io/etcd:3.4.3 and k8s.gcr.io/etcd:3.4.13-0. Co-Authored-By: Dominique Lagadec Change-Id: I739202b0e58352fd3308d705807910cd1575d28f Signed-off-by: Cédric Ollivier --- functest_kubernetes/ci/download_images.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functest_kubernetes/ci/download_images.sh b/functest_kubernetes/ci/download_images.sh index 9151c788..76b79c06 100644 --- a/functest_kubernetes/ci/download_images.sh +++ b/functest_kubernetes/ci/download_images.sh @@ -49,7 +49,8 @@ gcr.io/kubernetes-e2e-test-images/volume/rbd:1.0.1 k8s.gcr.io/build-image/debian-iptables:v12.1.2 k8s.gcr.io/conformance:v1.19.0 k8s.gcr.io/e2e-test-images/agnhost:2.20 -k8s.gcr.io/etcd:3.4.9 +k8s.gcr.io/etcd:3.4.3 +k8s.gcr.io/etcd:3.4.13-0 k8s.gcr.io/pause:3.2 k8s.gcr.io/pause:3.3 k8s.gcr.io/prometheus-dummy-exporter:v0.1.0 -- 2.16.6