Skip to content

Commit

Permalink
chore(deps): update dependency mikefarah/yq to v4.44.2 (k8s-tools/doc…
Browse files Browse the repository at this point in the history
…kerfile)
  • Loading branch information
IK Renovate Bot committed Jun 21, 2024
1 parent 85cc6bd commit 1a11d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN wget -q https://github.com/mozilla/sops/releases/download/v${SOPS_VERSION}/s
&& chown root:root /usr/local/bin/sops

# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=4.44.1
ARG YQ_VERSION=4.44.2
ARG YQ_BINARY=yq_linux_amd64

RUN wget --progress=dot:giga https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/${YQ_BINARY} -O /usr/bin/yq &&\
Expand Down

0 comments on commit 1a11d61

Please sign in to comment.