Skip to content

Commit

Permalink
chore(deps): update dependency helm/helm to v3.15.2 (#312)
Browse files Browse the repository at this point in the history
renovate[bot] authored and Zebradil committed Jun 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 79004ab commit 8ad812d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ FROM downloader AS helm
ARG TARGETOS
ARG TARGETARCH
# renovate: datasource=github-releases depName=helm/helm
ARG HELM_VERSION=v3.15.1
ARG HELM_VERSION=v3.15.2
RUN curl -fsSL \
https://get.helm.sh/helm-${HELM_VERSION}-${TARGETOS}-${TARGETARCH}.tar.gz \
| tar -xzf - --strip-components=1 ${TARGETOS}-${TARGETARCH}/helm

0 comments on commit 8ad812d

Please sign in to comment.