File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ RUN apk add -U curl ca-certificates
33ARG ARCH
44RUN 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.5.4 -linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
6+ RUN curl https://get.helm.sh/helm-v3.6.3 -linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
77RUN mv /usr/bin/helm /usr/bin/helm_v3
88
99FROM golang:1.16-alpine3.12 as plugins
1010RUN apk add -U curl ca-certificates build-base binutils-gold
1111ARG ARCH
1212COPY --from=extract /usr/bin/helm_v3 /usr/bin/helm
1313RUN mkdir -p /go/src/github.com/k3s-io/helm-set-status && \
14- curl -L https://github.com/k3s-io/helm-set-status/archive/refs/tags/v0.1.1 .tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/k3s-io/helm-set-status && \
14+ curl -L https://github.com/k3s-io/helm-set-status/archive/refs/tags/v0.1.2 .tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/k3s-io/helm-set-status && \
1515 make -C /go/src/github.com/k3s-io/helm-set-status install
1616
1717FROM alpine:3.12
You can’t perform that action at this time.
0 commit comments