Skip to content

Commit febcc4d

Browse files
authored
Update helm and kubectl (#613)
1 parent 594ee0f commit febcc4d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

marketplace/deployer_envsubst_base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN pip3 install \
1717
pyyaml \
1818
six
1919

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; \
2121
do \
2222
version=${full_version%.*} \
2323
&& mkdir -p /opt/kubectl/$version \

marketplace/deployer_helm_base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN pip3 install \
1717
pyyaml \
1818
six
1919

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; \
2121
do \
2222
version=${full_version%.*} \
2323
&& mkdir -p /opt/kubectl/$version \
@@ -29,7 +29,7 @@ RUN ln -s /opt/kubectl/1.24 /opt/kubectl/default
2929

3030
RUN mkdir -p /bin/helm-downloaded \
3131
&& 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 \
3333
&& tar -zxvf /bin/helm-downloaded/helm.tar.gz -C /bin/helm-downloaded \
3434
&& mv /bin/helm-downloaded/linux-amd64/helm /bin/ \
3535
&& rm -rf /bin/helm-downloaded

marketplace/dev/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN pip3 install \
2727
pyyaml \
2828
six
2929

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; \
3131
do \
3232
version=${full_version%.*} \
3333
&& mkdir -p /opt/kubectl/$version \
@@ -44,7 +44,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/docker.gpg] https://download.docker
4444

4545
RUN mkdir -p /bin/helm-downloaded \
4646
&& 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 \
4848
&& tar -zxvf /bin/helm-downloaded/helm.tar.gz -C /bin/helm-downloaded \
4949
&& mv /bin/helm-downloaded/linux-amd64/helm /bin/ \
5050
&& rm -rf /bin/helm-downloaded

0 commit comments

Comments
 (0)