File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN pip3 install \
17
17
pyyaml \
18
18
six
19
19
20
- RUN for full_version in 1.23.13 1.24.7 1.25.4 ; \
20
+ RUN for full_version in 1.24.10 1.24.10 1.26.2 ; \
21
21
do \
22
22
version=${full_version%.*} \
23
23
&& mkdir -p /opt/kubectl/$version \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN pip3 install \
17
17
pyyaml \
18
18
six
19
19
20
- RUN for full_version in 1.23.13 1.24.7 1.25.4 ; \
20
+ RUN for full_version in 1.24.10 1.24.10 1.26.2 ; \
21
21
do \
22
22
version=${full_version%.*} \
23
23
&& mkdir -p /opt/kubectl/$version \
@@ -29,7 +29,7 @@ RUN ln -s /opt/kubectl/1.24 /opt/kubectl/default
29
29
30
30
RUN mkdir -p /bin/helm-downloaded \
31
31
&& wget -q -O /bin/helm-downloaded/helm.tar.gz \
32
- https://get.helm.sh/helm-v3.10.3 -linux-amd64.tar.gz \
32
+ https://get.helm.sh/helm-v3.11.2 -linux-amd64.tar.gz \
33
33
&& tar -zxvf /bin/helm-downloaded/helm.tar.gz -C /bin/helm-downloaded \
34
34
&& mv /bin/helm-downloaded/linux-amd64/helm /bin/ \
35
35
&& rm -rf /bin/helm-downloaded
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN pip3 install \
27
27
pyyaml \
28
28
six
29
29
30
- RUN for full_version in 1.23.13 1.24.7 1.25.4 ; \
30
+ RUN for full_version in 1.24.10 1.24.10 1.26.2 ; \
31
31
do \
32
32
version=${full_version%.*} \
33
33
&& mkdir -p /opt/kubectl/$version \
@@ -44,7 +44,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/docker.gpg] https://download.docker
44
44
45
45
RUN mkdir -p /bin/helm-downloaded \
46
46
&& wget -q -O /bin/helm-downloaded/helm.tar.gz \
47
- https://get.helm.sh/helm-v3.10.3 -linux-amd64.tar.gz \
47
+ https://get.helm.sh/helm-v3.11.2 -linux-amd64.tar.gz \
48
48
&& tar -zxvf /bin/helm-downloaded/helm.tar.gz -C /bin/helm-downloaded \
49
49
&& mv /bin/helm-downloaded/linux-amd64/helm /bin/ \
50
50
&& rm -rf /bin/helm-downloaded
You can’t perform that action at this time.
0 commit comments