Skip to content

Commit 45de649

Browse files
committed
build(deps): update helm from 3.14.1 to 3.16.3
1 parent eaf2474 commit 45de649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ COPY --link bin/scurl /bin/
6565

6666
# helm templates kubernetes manifests.
6767
FROM apt-base as helm
68-
ARG HELM_VERSION=v3.14.1
68+
ARG HELM_VERSION=v3.16.3
6969
RUN url="https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" ; \
7070
scurl "$url" | tar xzvf - --strip-components=1 -C /usr/local/bin linux-amd64/helm
7171

0 commit comments

Comments
 (0)