aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-05-20 17:03:44 +0200
committermorganrol <morgan.richomme@orange.com>2021-05-20 17:03:44 +0200
commitcd5520a49746400a462fdeeb53376467f77809d8 (patch)
tree11f16628e60159ba1f9a1434d8930cd68f3f90f2
parent6595ee3378144b5077ae720f3d1188330306177a (diff)
[DEPENDENCIES] Update kubecl version
Recommendations for Honolulu is 1.19.9 Issue-ID: INT-1884 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I5593c90045ed12856856ede6b4cad1aa54638c5d
-rw-r--r--infra-healthcheck/docker/Dockerfile2
-rw-r--r--security/docker/Dockerfile2
-rw-r--r--smoke-usecases-robot/docker/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/infra-healthcheck/docker/Dockerfile b/infra-healthcheck/docker/Dockerfile
index 2ab466b..b67ed30 100644
--- a/infra-healthcheck/docker/Dockerfile
+++ b/infra-healthcheck/docker/Dockerfile
@@ -1,6 +1,6 @@
FROM opnfv/xtesting
-ARG KUBERNETES_VERSION="v1.15.11"
+ARG KUBERNETES_VERSION="v1.19.9"
ARG HELM_VERSION="v2.16.6"
ARG HELM3_VERSION="v3.3.4"
ARG ONAP_TESTS_TAG=master
diff --git a/security/docker/Dockerfile b/security/docker/Dockerfile
index bcdfebd..40b5e60 100644
--- a/security/docker/Dockerfile
+++ b/security/docker/Dockerfile
@@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 go install -a -ldflags '-w -s -extldflags "-static"'
FROM opnfv/xtesting AS run
-ARG KUBERNETES_VERSION="v1.15.2"
+ARG KUBERNETES_VERSION="v1.19.9"
ARG ONAP_TAG=master
ARG ONAP_TESTS_TAG=master
diff --git a/smoke-usecases-robot/docker/Dockerfile b/smoke-usecases-robot/docker/Dockerfile
index 5ac4989..4ec003a 100644
--- a/smoke-usecases-robot/docker/Dockerfile
+++ b/smoke-usecases-robot/docker/Dockerfile
@@ -6,7 +6,7 @@ ARG OPENSTACK_TAG=master
ARG OPNFV_TAG=master
ARG ONAP_TAG=master
ARG PIP_TAG=20.1
-ARG KUBERNETES_VERSION="v1.15.11"
+ARG KUBERNETES_VERSION="v1.19.9"
ENV TAG all
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1