Skip to content

Commit

Permalink
Update helm to v3.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor authored and github-actions[bot] committed Dec 17, 2024
1 parent e1427a3 commit 9e0500b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && \
# Install yq from the official Docker image
COPY --from=mikefarah/yq /usr/bin/yq /usr/bin/

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

0 comments on commit 9e0500b

Please sign in to comment.