File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN chmod +x kubectl
30
30
FROM alpine:3.10 as download-helm
31
31
ARG ARCH
32
32
RUN echo arch=$ARCH
33
- ENV HELM_VERSION v3.10.1
33
+ ENV HELM_VERSION v3.10.2
34
34
ENV HELM_URL https://storage.googleapis.com/skaffold/deps/helm/helm-${HELM_VERSION}-linux-${ARCH}.tar.gz
35
35
COPY deploy/skaffold/digests/helm.${ARCH}.sha256 .
36
36
RUN wget -O helm.tar.gz "${HELM_URL}" && sha256sum -c helm.${ARCH}.sha256
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN chmod +x kubectl
30
30
FROM alpine:3.10 as download-helm
31
31
ARG ARCH
32
32
RUN echo arch=$ARCH
33
- ENV HELM_VERSION v3.10.1
33
+ ENV HELM_VERSION v3.10.2
34
34
ENV HELM_URL https://storage.googleapis.com/skaffold/deps/helm/helm-${HELM_VERSION}-linux-${ARCH}.tar.gz
35
35
COPY deploy/skaffold/digests/helm.${ARCH}.sha256 .
36
36
RUN wget -O helm.tar.gz "${HELM_URL}" && sha256sum -c helm.${ARCH}.sha256
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN chmod +x kubectl
30
30
FROM alpine:3.10 as download-helm
31
31
ARG ARCH
32
32
RUN echo arch =$ARCH
33
- ENV HELM_VERSION v3.10.1
33
+ ENV HELM_VERSION v3.10.2
34
34
ENV HELM_URL https://storage.googleapis.com/skaffold/deps/helm/helm-${HELM_VERSION}-linux-${ARCH}.tar.gz
35
35
COPY deploy/skaffold/digests/helm.${ARCH}.sha256 .
36
36
RUN wget -O helm.tar.gz "${HELM_URL}" && sha256sum -c helm.${ARCH}.sha256
Original file line number Diff line number Diff line change 1
- c12d2cd638f2d066fec123d0bd7f010f32c643afdf288d39a4610b1f9cb32af3 helm.tar.gz
1
+ 2315941a13291c277dac9f65e75ead56386440d3907e0540bf157ae70f188347 helm.tar.gz
You can’t perform that action at this time.
0 commit comments