File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ RUN 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.2.tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/k3s-io/helm-set-status && \
14+ curl -sL 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
1616RUN mkdir -p /go/src/github.com/helm/helm-mapkubeapis && \
17- curl -L https://github.com/helm/helm-mapkubeapis/archive/refs/tags/v0.1.0 .tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/helm/helm-mapkubeapis && \
17+ curl -sL https://github.com/helm/helm-mapkubeapis/archive/09f250b089fa7f38adcb27769c1c3c50dcb5de5e .tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/helm/helm-mapkubeapis && \
1818 make -C /go/src/github.com/helm/helm-mapkubeapis && \
1919 mkdir -p /root/.local/share/helm/plugins/helm-mapkubeapis && \
2020 cp -vr /go/src/github.com/helm/helm-mapkubeapis/plugin.yaml \
You can’t perform that action at this time.
0 commit comments