Skip to content

Commit

Permalink
chore(deps): update dependency homebrew/openshift-cli to v4.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 18, 2023
1 parent 9cac458 commit 8c724d3
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-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.14.3
ARG OC_VERSION=4.14.5
# 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.10.1
# renovate: datasource=repology depName=homebrew/openshift-cli
ARG OPENSHIFT_CLIENT_VERSION=4.14.3
ARG OPENSHIFT_CLIENT_VERSION=4.14.5
# 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@sha256:1284ffe5b63ee7da4c4463d5f44b471fd42ce01c06f5c72edc195a30dcc1f7f4

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

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@sha256:1284ffe5b63ee7da4c4
# renovate: datasource=github-releases depName=stedolan/jq
ARG JQ_VERSION=1.6
# renovate: datasource=repology depName=homebrew/openshift-cli
ARG OC_VERSION=4.14.3
ARG OC_VERSION=4.14.5
# 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.14@sha256:1284ffe5b63ee7da4c4

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

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 @@ FROM registry.access.redhat.com/ubi9/ubi:9.3-1361.1699548029@sha256:6b95efc134c2
SHELL ["/bin/bash", "-c"]

# renovate: datasource=repology depName=homebrew/openshift-cli
ARG OC_VERSION=4.14.3
ARG OC_VERSION=4.14.5
# renovate: datasource=github-releases depName=openshift/rosa
ARG ROSA_VERSION=v1.2.15
# renovate: datasource=github-releases depName=redhat-developer/odo
Expand Down
2 changes: 1 addition & 1 deletion utilities/ubi8-bats/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi8/ubi:8.9 AS builder
SHELL ["/bin/bash", "-c"]

# renovate: datasource=repology depName=homebrew/openshift-cli
ARG OC_VERSION=4.14.3
ARG OC_VERSION=4.14.5
# renovate: datasource=github-releases depName=stedolan/jq
ARG JQ_VERSION=1.6
# renovate: datasource=github-releases depName=helm/helm
Expand Down

0 comments on commit 8c724d3

Please sign in to comment.