Skip to content

Commit 309b02b

Browse files
committed
Add migration for apiregistration.k8s.io
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
1 parent 4d5377a commit 309b02b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ RUN apk add -U curl ca-certificates build-base binutils-gold
1111
ARG ARCH
1212
COPY --from=extract /usr/bin/helm_v3 /usr/bin/helm
1313
RUN 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
1616
RUN 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 \

0 commit comments

Comments
 (0)