Skip to content

Commit

Permalink
Update dependency helm/helm to v3.16.4 (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent fc6b19d commit 9eb9bae
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
Expand Up @@ -7,7 +7,7 @@ RUN apt upgrade -y
RUN apt install -y curl git

# helm
ENV HELM_VERSION=v3.16.3
ENV HELM_VERSION=v3.16.4
RUN curl -fsSL -o /usr/local/bin/get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 && \
chmod +x /usr/local/bin/get_helm.sh && \
DESIRED_VERSION=${HELM_VERSION} get_helm.sh
Expand Down

0 comments on commit 9eb9bae

Please sign in to comment.