File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN mkdir -p /go/src/k8s.io && cd /go/src/k8s.io && \
63
63
git clone -b kubernetes-${KUBERNETES_VER} --depth=3 https://github.com/kubernetes/code-generator.git
64
64
65
65
# install Helm package manager
66
- ENV HELM_VER 3.10.3
66
+ ENV HELM_VER 3.18.4
67
67
ENV HELM_URL https://get.helm.sh/helm-v${HELM_VER}-linux-amd64.tar.gz
68
68
RUN curl -L ${HELM_URL} > /tmp/helm.tar.gz \
69
69
&& tar -zxvf /tmp/helm.tar.gz -C /tmp \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN curl -LO https://dl.k8s.io/release/v${KUBECTL_VER}/bin/linux/amd64/kubectl &
21
21
mv ./kubectl /usr/local/bin/kubectl
22
22
23
23
# install Helm package manager
24
- ENV HELM_VER 3.5.0
24
+ ENV HELM_VER 3.18.4
25
25
ENV HELM_URL https://get.helm.sh/helm-v${HELM_VER}-linux-amd64.tar.gz
26
26
RUN curl -L ${HELM_URL} > /tmp/helm.tar.gz \
27
27
&& tar -zxvf /tmp/helm.tar.gz -C /tmp \
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN curl -LO https://dl.k8s.io/release/v${KUBECTL_VER}/bin/linux/amd64/kubectl &
28
28
mv ./kubectl /usr/local/bin/kubectl
29
29
30
30
# install Helm package manager
31
- ENV HELM_VER=3.16.3
31
+ ENV HELM_VER=3.18.4
32
32
ENV HELM_URL=https://get.helm.sh/helm-v${HELM_VER}-linux-amd64.tar.gz
33
33
RUN curl -L ${HELM_URL} > /tmp/helm.tar.gz \
34
34
&& tar -zxvf /tmp/helm.tar.gz -C /tmp \
You can’t perform that action at this time.
0 commit comments