File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN ln -s /opt/kubectl/1.27 /opt/kubectl/default
28
28
29
29
RUN mkdir -p /bin/helm-downloaded \
30
30
&& 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 \
32
32
&& tar -zxvf /bin/helm-downloaded/helm.tar.gz -C /bin/helm-downloaded \
33
33
&& mv /bin/helm-downloaded/linux-amd64/helm /bin/ \
34
34
&& rm -rf /bin/helm-downloaded
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/docker.gpg] https://download.docker
41
41
&& apt-get -y install docker-ce
42
42
RUN mkdir -p /bin/helm-downloaded \
43
43
&& 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 \
45
45
&& tar -zxvf /bin/helm-downloaded/helm.tar.gz -C /bin/helm-downloaded \
46
46
&& mv /bin/helm-downloaded/linux-amd64/helm /bin/ \
47
47
&& rm -rf /bin/helm-downloaded
You can’t perform that action at this time.
0 commit comments