From c73dd9d2d0187d93409318f5ec4aea082f0c9684 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Mon, 22 Jun 2020 11:49:46 +0200 Subject: Resync manually xtesting repo from gitlab.com repo The goal is to use xtesting once we shall be able to build all the dockers properly Issue-ID: INT-1366 Signed-off-by: mrichomme Change-Id: I068eb6019f6eec04b46b545222cbb5cecb265234 Signed-off-by: mrichomme --- infra-healthcheck/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'infra-healthcheck/docker/Dockerfile') diff --git a/infra-healthcheck/docker/Dockerfile b/infra-healthcheck/docker/Dockerfile index 07b417b..87d177c 100644 --- a/infra-healthcheck/docker/Dockerfile +++ b/infra-healthcheck/docker/Dockerfile @@ -1,7 +1,7 @@ FROM opnfv/xtesting -ARG KUBERNETES_VERSION="v1.15.2" -ARG HELM_VERSION="v2.14.1" +ARG KUBERNETES_VERSION="v1.15.11" +ARG HELM_VERSION="v2.16.6" ARG ONAP_TESTS_TAG=master ARG ONAP_TAG=master -- cgit 1.2.3-korg