diff options
author | morganrol <morgan.richomme@orange.com> | 2021-05-20 17:03:44 +0200 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-05-20 17:03:44 +0200 |
commit | cd5520a49746400a462fdeeb53376467f77809d8 (patch) | |
tree | 11f16628e60159ba1f9a1434d8930cd68f3f90f2 /infra-healthcheck | |
parent | 6595ee3378144b5077ae720f3d1188330306177a (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
Diffstat (limited to 'infra-healthcheck')
-rw-r--r-- | infra-healthcheck/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 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 |