Test PR 3893 (#4090)

Upgrade to helm 3 in the docker image

Co-authored-by: Harrison Heck <harrison.heck@gmail.com>
This commit is contained in:
Levi Blackstone 2020-03-17 13:35:33 -06:00 committed by GitHub
parent ee62f38ab9
commit 66126b544e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -2,6 +2,9 @@ CHANGELOG
=========
## HEAD (Unreleased)
- Update to Helm v3 in pulumi Docker image
[#4090](https://github.com/pulumi/pulumi/pull/4090)
- Add ArrayMap builtin types to Go SDK
[#4086](https://github.com/pulumi/pulumi/pull/4086)

View file

@ -55,7 +55,9 @@ RUN wget -q https://packages.microsoft.com/config/ubuntu/19.04/packages-microsof
dotnet-sdk-3.1
# Install Helm
RUN curl -L https://git.io/get_helm.sh | bash
RUN curl -L https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash && \
helm repo add stable https://kubernetes-charts.storage.googleapis.com && \
helm repo update
# Passing --build-arg PULUMI_VERSION=vX.Y.Z will use that version
# of the SDK. Otherwise, we use whatever get.pulumi.com thinks is