aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-05-20 17:03:44 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2021-05-21 09:43:21 +0000
commita1bd54355ade29b683849e29b2e38fd62f2e36b9 (patch)
treeafe4a63ae67e30fcaef2097a85f2bcb3f1b2fa77
parentcedc9a1de18778e18b994ea1495a44dd8a1d33c9 (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 (cherry picked from commit cd5520a49746400a462fdeeb53376467f77809d8)
-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 8d32d62..771b999 100644
--- a/infra-healthcheck/docker/Dockerfile
+++ b/infra-healthcheck/docker/Dockerfile
@@ -1,6 +1,6 @@
FROM opnfv/xtesting
-ARG KUBERNETES_VERSION="v1.19.7"
+ARG KUBERNETES_VERSION="v1.19.9"
ARG HELM_VERSION="v2.16.6"
ARG HELM3_VERSION="v3.3.4"
ARG ONAP_TESTS_TAG=honolulu
diff --git a/security/docker/Dockerfile b/security/docker/Dockerfile
index bc97540..30cef56 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.19.7"
+ARG KUBERNETES_VERSION="v1.19.9"
ARG ONAP_TAG=honolulu
ARG ONAP_TESTS_TAG=honolulu
diff --git a/smoke-usecases-robot/docker/Dockerfile b/smoke-usecases-robot/docker/Dockerfile
index 43be43b..8714b4c 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=honolulu
ARG PIP_TAG=20.1
-ARG KUBERNETES_VERSION="v1.19.7"
+ARG KUBERNETES_VERSION="v1.19.9"
ENV TAG all
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1