File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,5 +124,5 @@ helm_content_decode
124124if [ " $1 " != " delete" ]; then
125125 helm_repo_init
126126fi
127- helm_update $@
127+ helm_update " $@ "
128128
Original file line number Diff line number Diff line change 11FROM alpine:3.12 as extract
22RUN apk add -U curl ca-certificates
33ARG ARCH
4- RUN curl https://get.helm.sh/helm-v2.16.10 -linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
4+ RUN curl https://get.helm.sh/helm-v2.17.0 -linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
55RUN mv /usr/bin/helm /usr/bin/helm_v2
6- RUN curl https://get.helm.sh/helm-v3.3.1 -linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
6+ RUN curl https://get.helm.sh/helm-v3.5.4 -linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
77RUN mv /usr/bin/helm /usr/bin/helm_v3
88
99FROM alpine:3.12
You can’t perform that action at this time.
0 commit comments