File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
66# renovate: datasource=github-releases depName=argoproj/argo-cd
77ARG ARGOCD_VERSION=v2.14.11
88# renovate: datasource=github-releases depName=mikefarah/yq
9- ARG YQ_VERSION=v4.45.2
9+ ARG YQ_VERSION=v4.47.1
1010
1111RUN curl -L "https://github.com/argoproj/argo-cd/releases/download/${ARGOCD_VERSION}/argocd-linux-amd64" -o /usr/local/bin/argocd && \
1212 chmod +x /usr/local/bin/argocd && \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG GRAAL_VERSION=mandrel-21.3.4.0-Final
88# renovate: datasource=github-releases depName=stedolan/jq
99ARG JQ_VERSION=1.6
1010# renovate: datasource=github-releases depName=mikefarah/yq
11- ARG YQ_VERSION=v4.45.2
11+ ARG YQ_VERSION=v4.47.1
1212# renovate: datasource=github-releases depName=helm/helm
1313ARG HELM_VERSION=v3.17.3
1414
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
66# renovate: datasource=github-releases depName=stedolan/jq
77ARG JQ_VERSION=1.6
88# renovate: datasource=github-releases depName=mikefarah/yq
9- ARG YQ_VERSION=v4.45.2
9+ ARG YQ_VERSION=v4.47.1
1010# renovate: datasource=github-releases depName=helm/helm
1111ARG HELM_VERSION=v3.17.3
1212# renovate: datasource=github-releases depName=open-policy-agent/conftest
Original file line number Diff line number Diff line change 22FROM registry.access.redhat.com/ubi9/ubi:9.5-1745854298@sha256:f4ebd46d3ba96feb016d798009e1cc2404c3a4ebdac8b2479a2ac053e59f41b4 AS builder
33
44# renovate: datasource=github-releases depName=mikefarah/yq
5- ARG YQ_VERSION=v4.45.2
5+ ARG YQ_VERSION=v4.47.1
66# renovate: datasource=github-releases depName=stedolan/jq
77ARG JQ_VERSION=1.6
88
Original file line number Diff line number Diff line change 22FROM registry.access.redhat.com/ubi9/ubi:9.5-1745854298@sha256:f4ebd46d3ba96feb016d798009e1cc2404c3a4ebdac8b2479a2ac053e59f41b4 AS builder
33
44# renovate: datasource=github-releases depName=mikefarah/yq
5- ARG YQ_VERSION=v4.45.2
5+ ARG YQ_VERSION=v4.47.1
66RUN curl -L "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" -o /usr/local/bin/yq && \
77 chmod +x /usr/local/bin/yq && \
88 yq --version
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ARG HELM_VERSION=v3.17.3
1616# renovate: datasource=github-releases depName=tektoncd/cli
1717ARG TEKTON_VERSION=v0.40.0
1818# renovate: datasource=github-releases depName=mikefarah/yq
19- ARG YQ_VERSION=v4.45.2
19+ ARG YQ_VERSION=v4.47.1
2020
2121RUN 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 && \
2222 tar --no-same-owner -xzf /tmp/openshift-client-linux.tar.gz && \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ARG JQ_VERSION=1.6
1010# renovate: datasource=github-releases depName=helm/helm
1111ARG HELM_VERSION=v3.17.3
1212# renovate: datasource=github-releases depName=mikefarah/yq
13- ARG YQ_VERSION=v4.45.2
13+ ARG YQ_VERSION=v4.47.1
1414
1515RUN 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 && \
1616 tar --no-same-owner -xzf /tmp/openshift-client-linux.tar.gz && \
You can’t perform that action at this time.
0 commit comments