diff --git a/sync/Dockerfile b/sync/Dockerfile index 30da3fa0..033e90fb 100644 --- a/sync/Dockerfile +++ b/sync/Dockerfile @@ -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.18.6 +ARG HELM_VERSION=v3.19.0 RUN set -ex; \ OS_ARCH="$(uname -m)"; \ case "$OS_ARCH" in \