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

Commit

Permalink
Merge pull request #147 from elastic/helmosaurus
Browse files Browse the repository at this point in the history
Bump tested helm version to 2.14.0
  • Loading branch information
Crazybus authored Jun 4, 2019
2 parents f8300db + e2a45db commit 2ead238
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:2.7-onbuild

ENV HELM_VERSION=2.13.1
ENV HELM_VERSION=2.14.0

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.13.1
ENV HELM_VERSION=2.14.0

RUN yum -y install \
make \
Expand Down

0 comments on commit 2ead238

Please sign in to comment.