We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69bc18 commit f027ca6Copy full SHA for f027ca6
sync/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update && \
7
# Install yq from the official Docker image
8
COPY --from=mikefarah/yq /usr/bin/yq /usr/bin/
9
10
-ARG HELM_VERSION=v3.19.0
+ARG HELM_VERSION=v3.20.1
11
RUN set -ex; \
12
OS_ARCH="$(uname -m)"; \
13
case "$OS_ARCH" in \
0 commit comments