From 4c0bf4ccb0d61904018173bd8a58913a18954312 Mon Sep 17 00:00:00 2001 From: Julien Mailleret Date: Wed, 13 Nov 2019 06:29:59 +0100 Subject: [PATCH] [helm] bump helm version to 2.16.1 --- README.md | 2 +- helpers/helm-tester/Dockerfile | 2 +- helpers/terraform/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1612117e9..2ab70916e 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,5 @@ The charts are [currently tested](https://devops-ci.elastic.co/job/elastic+helm- ## Helm versions -While we are checking backward compatibility, the charts are only tested with Helm version mentioned in [helm-tester Dockerfile](helpers/helm-tester/Dockerfile) (currently 2.15.2). +While we are checking backward compatibility, the charts are only tested with Helm version mentioned in [helm-tester Dockerfile](helpers/helm-tester/Dockerfile) (currently 2.16.1). Note that we don't support [Helm 3](https://v3.helm.sh/) version. diff --git a/helpers/helm-tester/Dockerfile b/helpers/helm-tester/Dockerfile index 67d83d96c..0dba1a406 100644 --- a/helpers/helm-tester/Dockerfile +++ b/helpers/helm-tester/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.7 -ENV HELM_VERSION=2.15.2 +ENV HELM_VERSION=2.16.1 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/terraform/Dockerfile b/helpers/terraform/Dockerfile index 4150b4475..67c284823 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.14.1 -ENV HELM_VERSION=2.15.2 +ENV HELM_VERSION=2.16.1 ENV DOCKER_VERSION=18.09.7 RUN yum -y install \