diff --git a/Dockerfile b/Dockerfile index 27e65dd..a958168 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.13 ENV BASE_URL="https://get.helm.sh" -ENV HELM_FILE="helm-v3.5.3-linux-amd64.tar.gz" +ENV HELM_FILE="helm-v3.10.0-linux-amd64.tar.gz" RUN apk add --no-cache ca-certificates \ --repository http://dl-3.alpinelinux.org/alpine/edge/community/ \ diff --git a/index.js b/index.js index ef81656..c8b479e 100644 --- a/index.js +++ b/index.js @@ -73,6 +73,7 @@ const run = async () => { "--install", "--wait", `--namespace=${namespace}`, + "--dependency-update" ]; // Per https://helm.sh/docs/faq/#xdg-base-directory-support