Skip to content

Commit c4401a2

Browse files
mkjpryorgithub-actions[bot]
authored andcommitted
Update helm to v3.19.0
1 parent a3515ad commit c4401a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && \
77
# Install yq from the official Docker image
88
COPY --from=mikefarah/yq /usr/bin/yq /usr/bin/
99

10-
ARG HELM_VERSION=v3.18.6
10+
ARG HELM_VERSION=v3.19.0
1111
RUN set -ex; \
1212
OS_ARCH="$(uname -m)"; \
1313
case "$OS_ARCH" in \

0 commit comments

Comments
 (0)