Skip to content

Commit d1d1013

Browse files
authored
Update helm version (#622)
* Update Dockerfile * Update Dockerfile
1 parent 4a9ff1e commit d1d1013

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.27 /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.13.2-linux-amd64.tar.gz \
31+
https://get.helm.sh/helm-v3.13.3-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.13.2-linux-amd64.tar.gz \
44+
https://get.helm.sh/helm-v3.13.3-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

0 commit comments

Comments
 (0)