Skip to content

Commit 976bc5f

Browse files
authored
Merge pull request #104 from cwayne18/bump-helm-again
Bump to helm 3.18.6
2 parents bd2f4cf + 00d0a6f commit 976bc5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1010
COPY entry /usr/bin/
1111

1212
FROM golang:1.24-alpine3.22 AS plugins
@@ -16,13 +16,13 @@ RUN go version
1616
RUN 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
2222
RUN 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 && \

0 commit comments

Comments
 (0)