Skip to content

Commit

Permalink
fixed oc
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Dec 13, 2023
1 parent e176160 commit 2212434
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 HELM_VERSION=v3.6.3
# renovate: datasource=github-releases depName=stedolan/jq
ARG JQ_VERSION=1.6
# renovate: datasource=repology depName=homebrew/openshift-cli
ARG OC_VERSION=4.8
ARG OC_VERSION=4.8.0
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=v4.11.2

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 @@ -7,7 +7,7 @@ ARG YQ_VERSION=v4.5.1
# renovate: datasource=github-releases depName=helm/chart-testing
ARG CT_VERSION=v3.3.1
# renovate: datasource=repology depName=homebrew/openshift-cli
ARG OPENSHIFT_CLIENT_VERSION=4.8
ARG OPENSHIFT_CLIENT_VERSION=4.8.0
# renovate: datasource=github-releases depName=open-policy-agent/conftest
ARG CONFTEST_VERSION=v0.47.0
# renovate: datasource=github-releases depName=stackrox/kube-linter
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 @@ -4,7 +4,7 @@ FROM quay.io/openshift/origin-jenkins-agent-base:4.14
# renovate: datasource=github-releases depName=stedolan/jq
ARG JQ_VERSION=1.6
# renovate: datasource=repology depName=homebrew/openshift-cli
ARG OC_VERSION=4.8
ARG OC_VERSION=4.8.0
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=4.6.3

Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM quay.io/openshift/origin-jenkins-agent-base:4.9

ARG RUBY_VERSION=3.1
# renovate: datasource=repology depName=homebrew/openshift-cli
ARG OC_VERSION=4.14
ARG OC_VERSION=4.14.0

ENV SUMMARY="Platform for building and running Ruby $RUBY_VERSION applications" \
DESCRIPTION="Ruby $RUBY_VERSION available as docker container is a base platform for \
Expand Down

0 comments on commit 2212434

Please sign in to comment.