Skip to content

Commit a58becf

Browse files
authored
upgrade helm to 3.19.0 (#639)
* upgrade helm to 3.19.0 * update test docker to debian11
1 parent c98aecd commit a58becf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

marketplace/deployer_helm_base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN ln -s /opt/kubectl/1.31 /opt/kubectl/default
2828

2929
RUN mkdir -p /bin/helm-downloaded \
3030
&& wget -q -O /bin/helm-downloaded/helm.tar.gz \
31-
https://get.helm.sh/helm-v3.17.2-linux-amd64.tar.gz \
31+
https://get.helm.sh/helm-v3.19.0-linux-amd64.tar.gz \
3232
&& tar -zxvf /bin/helm-downloaded/helm.tar.gz -C /bin/helm-downloaded \
3333
&& mv /bin/helm-downloaded/linux-amd64/helm /bin/ \
3434
&& rm -rf /bin/helm-downloaded

marketplace/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/docker.gpg] https://download.docker
4141
&& apt-get -y install docker-ce
4242
RUN mkdir -p /bin/helm-downloaded \
4343
&& wget -q -O /bin/helm-downloaded/helm.tar.gz \
44-
https://get.helm.sh/helm-v3.17.2-linux-amd64.tar.gz \
44+
https://get.helm.sh/helm-v3.19.0-linux-amd64.tar.gz \
4545
&& tar -zxvf /bin/helm-downloaded/helm.tar.gz -C /bin/helm-downloaded \
4646
&& mv /bin/helm-downloaded/linux-amd64/helm /bin/ \
4747
&& rm -rf /bin/helm-downloaded

tests/marketplace/deployer_envsubst_base/full/deployer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG MARKETPLACE_TOOLS_TAG
2-
FROM marketplace.gcr.io/google/debian10 AS build
2+
FROM marketplace.gcr.io/google/debian11 AS build
33

44
RUN apt-get update \
55
&& apt-get install -y --no-install-recommends gettext

0 commit comments

Comments
 (0)