Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 1e00187

Browse files
committed
[meta] bump to helm 3.6.2
1 parent 078cdb2 commit 1e00187

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ exact versions are defined under `KUBERNETES_VERSIONS` in
7878
### Helm versions
7979

8080
While we are checking backward compatibility, the charts are only tested with
81-
Helm version mentioned in [helm-tester Dockerfile][] (currently 3.6.0).
81+
Helm version mentioned in [helm-tester Dockerfile][] (currently 3.6.2).
8282

8383

8484
## ECK

helpers/helm-tester/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.7
22

3-
ENV HELM_VERSION=3.6.0
3+
ENV HELM_VERSION=3.6.2
44

55
RUN wget --no-verbose https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz && \
66
tar xfv helm-v${HELM_VERSION}-linux-amd64.tar.gz && \

helpers/terraform/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM centos:7
33
ENV VAULT_VERSION 0.9.3
44
ENV TERRAFORM_VERSION=0.11.7
55
ENV KUBECTL_VERSION=1.17.17
6-
ENV HELM_VERSION=3.6.0
6+
ENV HELM_VERSION=3.6.2
77
ENV DOCKER_VERSION=18.09.7
88
ENV JQ_VERSION=1.6
99

0 commit comments

Comments
 (0)