Skip to content

Commit

Permalink
Merge pull request #4 from ivido/add-argument-for-dependency-update
Browse files Browse the repository at this point in the history
dependency-update argument
  • Loading branch information
wouterpolet authored Oct 21, 2022
2 parents e20ff08 + d09aa7d commit face891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const run = async () => {
"--install",
"--wait",
`--namespace=${namespace}`,
"--dependency-update"
];

// Per https://helm.sh/docs/faq/#xdg-base-directory-support
Expand Down

0 comments on commit face891

Please sign in to comment.