Skip to content

Commit 6071feb

Browse files
committed
using helm mapkubeapis rather than mattfarina's fork
Signed-off-by: Matt Trachier <matttrach@gmail.com>
1 parent 4c169d2 commit 6071feb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1717
RUN 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 \

0 commit comments

Comments
 (0)