@@ -3,19 +3,19 @@ RUN apk add -U curl ca-certificates
3
3
ARG ARCH
4
4
RUN curl https://get.helm.sh/helm-v2.17.0-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
5
5
RUN mv /usr/bin/helm /usr/bin/helm_v2
6
- RUN curl https://get.helm.sh/helm-v3.11 .3-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
6
+ RUN curl https://get.helm.sh/helm-v3.12 .3-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
7
7
RUN mv /usr/bin/helm /usr/bin/helm_v3
8
8
COPY entry /usr/bin/
9
9
10
- FROM golang:1.20-alpine3.17 as plugins
10
+ FROM golang:1.20-alpine3.18 as plugins
11
11
RUN apk add -U curl ca-certificates build-base binutils-gold
12
12
ARG ARCH
13
13
COPY --from=extract /usr/bin/helm_v3 /usr/bin/helm
14
14
RUN mkdir -p /go/src/github.com/k3s-io/helm-set-status && \
15
- 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 && \
15
+ curl -sL https://github.com/k3s-io/helm-set-status/archive/refs/tags/v0.2.0 .tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/k3s-io/helm-set-status && \
16
16
make -C /go/src/github.com/k3s-io/helm-set-status install
17
17
RUN mkdir -p /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 && \
18
+ curl -sL https://github.com/k3s-io /helm-mapkubeapis/archive/refs/tags/v0.4.1-k3s1 .tar.gz | tar xvzf - --strip-components=1 -C /go/src/github.com/helm/helm-mapkubeapis && \
19
19
make -C /go/src/github.com/helm/helm-mapkubeapis && \
20
20
mkdir -p /root/.local/share/helm/plugins/helm-mapkubeapis && \
21
21
cp -vr /go/src/github.com/helm/helm-mapkubeapis/plugin.yaml \
@@ -27,7 +27,7 @@ FROM alpine:3.18
27
27
ARG BUILDDATE
28
28
LABEL buildDate=$BUILDDATE
29
29
RUN apk --no-cache upgrade && \
30
- apk add -U --no-cache ca-certificates jq bash git && \
30
+ apk add -U --no-cache ca-certificates jq bash && \
31
31
adduser -D -u 1000 -s /bin/bash klipper-helm
32
32
WORKDIR /home/klipper-helm
33
33
COPY --chown=1000:1000 --from=plugins /root/.local/share/helm/plugins/ /home/klipper-helm/.local/share/helm/plugins/
0 commit comments