File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN mkdir -p /go/src/github.com/k3s-io/helm-set-status && \
1515 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 && \
18- curl -sL https://github.com/mattfarina /helm-mapkubeapis/archive/refs/heads/remove-resources .tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/helm/helm-mapkubeapis && \
18+ curl -sL https://github.com/helm /helm-mapkubeapis/archive/refs/tags/v0.4.1 .tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/helm/helm-mapkubeapis && \
1919 make -C /go/src/github.com/helm/helm-mapkubeapis && \
2020 mkdir -p /root/.local/share/helm/plugins/helm-mapkubeapis && \
2121 cp -vr /go/src/github.com/helm/helm-mapkubeapis/plugin.yaml \
You can’t perform that action at this time.
0 commit comments