File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN apk add -U curl ca-certificates build-base binutils-gold
1212ARG ARCH
1313COPY --from=extract /usr/bin/helm_v3 /usr/bin/helm
1414RUN mkdir -p /go/src/github.com/k3s-io/helm-set-status && \
15- 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 && \
15+ curl -sL https://github.com/k3s-io/helm-set-status/archive/refs/tags/v0.1.3 .tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/k3s-io/helm-set-status && \
1616 make -C /go/src/github.com/k3s-io/helm-set-status install
1717RUN mkdir -p /go/src/github.com/helm/helm-mapkubeapis && \
1818 curl -sL https://github.com/helm/helm-mapkubeapis/archive/refs/tags/v0.3.2.tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/helm/helm-mapkubeapis && \
You can’t perform that action at this time.
0 commit comments