Skip to content

Commit

Permalink
chore(deps): update dependency mikefarah/yq to v4.44.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 13, 2024
1 parent b6c505f commit d7ee0fb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-argocd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
# renovate: datasource=github-releases depName=argoproj/argo-cd
ARG ARGOCD_VERSION=v2.12.3
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=v4.44.2
ARG YQ_VERSION=v4.44.3

RUN curl -L "https://github.com/argoproj/argo-cd/releases/download/${ARGOCD_VERSION}/argocd-linux-amd64" -o /usr/local/bin/argocd && \
chmod +x /usr/local/bin/argocd && \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-graalvm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG GRAAL_VERSION=mandrel-21.3.4.0-Final
# renovate: datasource=github-releases depName=stedolan/jq
ARG JQ_VERSION=1.6
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=v4.44.2
ARG YQ_VERSION=v4.44.3
# renovate: datasource=github-releases depName=helm/helm
ARG HELM_VERSION=v3.16.1

Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-helm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
# renovate: datasource=github-releases depName=stedolan/jq
ARG JQ_VERSION=1.6
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=v4.44.2
ARG YQ_VERSION=v4.44.3
# renovate: datasource=github-releases depName=helm/helm
ARG HELM_VERSION=v3.16.1
# renovate: datasource=github-releases depName=open-policy-agent/conftest
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-npm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM registry.access.redhat.com/ubi9/ubi:9.4-1123.1719560047@sha256:081c96d1b1c7cd1855722d01f1ca53360510443737b1eb33284c6c4c330e537c AS builder

# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=v4.44.2
ARG YQ_VERSION=v4.44.3
# renovate: datasource=github-releases depName=stedolan/jq
ARG JQ_VERSION=1.6

Expand Down
2 changes: 1 addition & 1 deletion tekton-task-images/helm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM registry.access.redhat.com/ubi9/ubi:9.4-1123.1719560047@sha256:081c96d1b1c7cd1855722d01f1ca53360510443737b1eb33284c6c4c330e537c AS builder

# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=v4.44.2
ARG YQ_VERSION=v4.44.3
RUN curl -L "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" -o /usr/local/bin/yq && \
chmod +x /usr/local/bin/yq && \
yq --version
Expand Down
2 changes: 1 addition & 1 deletion tool-box/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG HELM_VERSION=v3.16.1
# renovate: datasource=github-releases depName=tektoncd/cli
ARG TEKTON_VERSION=v0.38.1
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=4.44.2
ARG YQ_VERSION=4.44.3

RUN curl -L "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${OC_VERSION}/openshift-client-linux.tar.gz" -o /tmp/openshift-client-linux.tar.gz && \
tar --no-same-owner -xzf /tmp/openshift-client-linux.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion utilities/ubi8-bats/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG JQ_VERSION=1.6
# renovate: datasource=github-releases depName=helm/helm
ARG HELM_VERSION=v3.16.1
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=v4.44.2
ARG YQ_VERSION=v4.44.3

RUN curl -L "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${OC_VERSION}/openshift-client-linux-amd64-rhel8.tar.gz" -o /tmp/openshift-client-linux.tar.gz && \
tar --no-same-owner -xzf /tmp/openshift-client-linux.tar.gz && \
Expand Down

0 comments on commit d7ee0fb

Please sign in to comment.