Skip to content

Commit

Permalink
Bump helm to v3.16.1 (#149)
Browse files Browse the repository at this point in the history
This PR was created automatically to update helm to v3.16.1.

Co-authored-by: mkjpryor <642657+mkjpryor@users.noreply.github.com>
  • Loading branch information
azimuth-automation-bot[bot] and mkjpryor authored Sep 13, 2024
1 parent 2ad5b19 commit 9eb472b
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 @@ -4,7 +4,7 @@ RUN apt-get update && \
apt-get install -y curl && \
rm -rf /var/lib/apt/lists/*

ARG HELM_VERSION=v3.15.4
ARG HELM_VERSION=v3.16.1
RUN set -ex; \
OS_ARCH="$(uname -m)"; \
case "$OS_ARCH" in \
Expand Down

0 comments on commit 9eb472b

Please sign in to comment.