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.15.1
Browse files Browse the repository at this point in the history
This fix a bug on helm upgrade (helm/helm#6718)
  • Loading branch information
jmlrt committed Oct 23, 2019
1 parent bee7fd6 commit 9a9b56a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.15.0
ENV HELM_VERSION=2.15.1

RUN wget 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.14.1
ENV HELM_VERSION=2.15.0
ENV HELM_VERSION=2.15.1
ENV DOCKER_VERSION=18.09.7

RUN yum -y install \
Expand Down

0 comments on commit 9a9b56a

Please sign in to comment.