diff --git a/README.md b/README.md index 4417d9064..b8b4ffc4c 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ exact versions are defined under `KUBERNETES_VERSIONS` in ### Helm versions While we are checking backward compatibility, the charts are only tested with -Helm version mentioned in [helm-tester Dockerfile][] (currently 2.16.12). +Helm version mentioned in [helm-tester Dockerfile][] (currently 2.17.0). #### Helm 3 beta diff --git a/helpers/helm-tester/Dockerfile b/helpers/helm-tester/Dockerfile index 08706c4eb..b0cefa7b1 100644 --- a/helpers/helm-tester/Dockerfile +++ b/helpers/helm-tester/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.7 -ENV HELM_VERSION=2.16.12 +ENV HELM_VERSION=2.17.0 RUN wget --no-verbose https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VERSION}-linux-amd64.tar.gz && \ tar xfv helm-v${HELM_VERSION}-linux-amd64.tar.gz && \ diff --git a/helpers/matrix.yml b/helpers/matrix.yml index 45a53c353..7dc71f9d3 100644 --- a/helpers/matrix.yml +++ b/helpers/matrix.yml @@ -35,3 +35,4 @@ APM_SERVER_SUITE: KUBERNETES_VERSION: - '1.15' - '1.16' + - '1.17' diff --git a/helpers/terraform/Dockerfile b/helpers/terraform/Dockerfile index c8e07a69e..5f49abccd 100644 --- a/helpers/terraform/Dockerfile +++ b/helpers/terraform/Dockerfile @@ -3,7 +3,7 @@ FROM centos:7 ENV VAULT_VERSION 0.9.3 ENV TERRAFORM_VERSION=0.11.7 ENV KUBECTL_VERSION=1.16.10 -ENV HELM_VERSION=2.16.12 +ENV HELM_VERSION=2.17.0 ENV DOCKER_VERSION=18.09.7 ENV JQ_VERSION=1.6