diff options
author | 2021-03-15 09:37:39 +0100 | |
---|---|---|
committer | 2021-03-15 09:39:36 +0100 | |
commit | 394c758d7c78696b30dbe1bce01f46ccca977f6f (patch) | |
tree | f4c34d46d0a6c702adbfabfd434373c1b3107d0c | |
parent | e881e672cffd72bebdbdc8cfc9be84ef4d9995e6 (diff) |
Fix k8s.gcr.io/etcd tags
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 <dominique.lagadec@ericsson.com>
Change-Id: I739202b0e58352fd3308d705807910cd1575d28f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | functest_kubernetes/ci/download_images.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |