diff options
author | morganrol <morgan.richomme@orange.com> | 2021-08-19 15:02:22 +0200 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-08-23 12:09:15 +0200 |
commit | 771c3370182ba117978edf296c9145cb387e2c1b (patch) | |
tree | bca5b498e7b0764d9a1e68175c82a866e21262f1 /infra-healthcheck | |
parent | 2e7b7aa9773c4aa8e0334a1398bb12171e6b53d8 (diff) |
[UPSTREAM] Update upstream versions
use
- helm clien 3.3.4
- kubernetes client 1.19.11
remove useless PIP tag
Issue-ID: INT-1958
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: Ie613e575161120fdc4ade43ca756e5943c7fa44b
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 20819ed..24fa61d 100644 --- a/infra-healthcheck/docker/Dockerfile +++ b/infra-healthcheck/docker/Dockerfile @@ -1,6 +1,6 @@ FROM opnfv/xtesting:wallaby -ARG KUBERNETES_VERSION="v1.19.9" +ARG KUBERNETES_VERSION="v1.19.11" ARG HELM_VERSION="v2.16.6" ARG HELM3_VERSION="v3.3.4" ARG ONAP_TESTS_TAG=master |