Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
[helm] bump helm version to 2.16.12 (elastic#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlrt committed Sep 23, 2020
1 parent 17c880f commit eda4ac8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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.10).
Helm version mentioned in [helm-tester Dockerfile][] (currently 2.16.12).

#### Helm 3 beta

Expand Down
2 changes: 1 addition & 1 deletion helpers/helm-tester/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.7

ENV HELM_VERSION=2.16.10
ENV HELM_VERSION=2.16.12

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 && \
Expand Down
2 changes: 1 addition & 1 deletion helpers/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.10
ENV HELM_VERSION=2.16.12
ENV DOCKER_VERSION=18.09.7
ENV JQ_VERSION=1.6

Expand Down

0 comments on commit eda4ac8

Please sign in to comment.