File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN if [ "${TARGETARCH}" = "arm/v7" ]; then \
66 else \
77 ARCH="${TARGETARCH}" ; \
88 fi && \
9- curl -sL https://get.helm.sh/helm-v3.18.4 -linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
9+ curl -sL https://get.helm.sh/helm-v3.18.6 -linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
1010COPY entry /usr/bin/
1111
1212FROM golang:1.24-alpine3.22 AS plugins
@@ -16,13 +16,13 @@ RUN go version
1616RUN mkdir -p /go/src/github.com/k3s-io/helm-set-status && \
1717 curl -sL https://github.com/k3s-io/helm-set-status/archive/refs/tags/v0.3.0.tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/k3s-io/helm-set-status && \
1818 cd /go/src/github.com/k3s-io/helm-set-status && \
19- go mod edit --replace helm.sh/helm/v3=helm.sh/helm/v3@v3.18.4 && \
19+ go mod edit --replace helm.sh/helm/v3=helm.sh/helm/v3@v3.18.6 && \
2020 go mod tidy && \
2121 make install
2222RUN mkdir -p /go/src/github.com/helm/helm-mapkubeapis && \
2323 curl -sL https://github.com/helm/helm-mapkubeapis/archive/refs/tags/v0.6.1.tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/helm/helm-mapkubeapis && \
2424 cd /go/src/github.com/helm/helm-mapkubeapis && \
25- go mod edit --replace helm.sh/helm/v3=helm.sh/helm/v3@v3.18.4 && \
25+ go mod edit --replace helm.sh/helm/v3=helm.sh/helm/v3@v3.18.6 && \
2626 go mod tidy && \
2727 make && \
2828 mkdir -p /root/.local/share/helm/plugins/helm-mapkubeapis && \
You can’t perform that action at this time.
0 commit comments