stdlib: helm: fixed typo + moved helm install to own exec to optimize caching

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-03-24 09:30:57 -07:00
parent 17ddf60bfc
commit a3513ed479
2 changed files with 19 additions and 8 deletions

View File

@@ -1,12 +1,6 @@
package helm
#code: #"""
# Install Helm
curl -sfL -S https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz | \
tar -zx -C /tmp && \
mv /tmp/linux-amd64/helm /usr/local/bin && \
chmod +x /usr/local/bin/helm
# Add the repository
helm repo add repository "${HELM_REPO}"
helm repo update