Skip to content

Commit

Permalink
chore(deps): update dependency homebrew/openshift-cli to v4.14.3 (#658)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2023
1 parent 937a00f commit 82a886a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.0
ARG OC_VERSION=4.14.3
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=v4.40.5

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.40.5
# 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.0
ARG OPENSHIFT_CLIENT_VERSION=4.14.3
# 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-image-mgmt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN curl -L https://github.com/containers/skopeo/archive/${SKOPEO_VERSION}.tar.g
FROM quay.io/openshift/origin-jenkins-agent-base:4.14

# renovate: datasource=repology depName=homebrew/openshift-cli
ARG OC_VERSION=4.14.0
ARG OC_VERSION=4.14.3

MAINTAINER Andrew Block <[email protected]>

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.0
ARG OC_VERSION=4.14.3
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=v4.40.5

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.0
ARG OC_VERSION=4.14.3

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
2 changes: 1 addition & 1 deletion tool-box/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV HOME=/home/tool-box \
INSTALL_PKGS="git iputils procps-ng python311 vim unzip zip"

# renovate: datasource=repology depName=homebrew/openshift-cli
ENV OC_VERSION=stable-4.12
ENV OC_VERSION=4.14.3
# renovate: datasource=github-releases depName=openshift/rosa
ENV ROSA_VERSION=v1.2.15
# renovate: datasource=github-releases depName=redhat-developer/odo
Expand Down

0 comments on commit 82a886a

Please sign in to comment.