Skip to content

Commit 8c724d3

Browse files
chore(deps): update dependency homebrew/openshift-cli to v4.14.5
1 parent 9cac458 commit 8c724d3

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

jenkins-agents/jenkins-agent-graalvm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG HELM_VERSION=v3.6.3
88
# renovate: datasource=github-releases depName=stedolan/jq
99
ARG JQ_VERSION=1.6
1010
# renovate: datasource=repology depName=homebrew/openshift-cli
11-
ARG OC_VERSION=4.14.3
11+
ARG OC_VERSION=4.14.5
1212
# renovate: datasource=github-releases depName=mikefarah/yq
1313
ARG YQ_VERSION=v4.40.5
1414

jenkins-agents/jenkins-agent-helm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG YQ_VERSION=v4.40.5
77
# renovate: datasource=github-releases depName=helm/chart-testing
88
ARG CT_VERSION=v3.10.1
99
# renovate: datasource=repology depName=homebrew/openshift-cli
10-
ARG OPENSHIFT_CLIENT_VERSION=4.14.3
10+
ARG OPENSHIFT_CLIENT_VERSION=4.14.5
1111
# renovate: datasource=github-releases depName=open-policy-agent/conftest
1212
ARG CONFTEST_VERSION=v0.47.0
1313
# renovate: datasource=github-releases depName=stackrox/kube-linter

jenkins-agents/jenkins-agent-image-mgmt/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN curl -L https://github.com/containers/skopeo/archive/${SKOPEO_VERSION}.tar.g
1313
FROM quay.io/openshift/origin-jenkins-agent-base:4.14@sha256:1284ffe5b63ee7da4c4463d5f44b471fd42ce01c06f5c72edc195a30dcc1f7f4
1414

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

1818
MAINTAINER Andrew Block <ablock@redhat.com>
1919

jenkins-agents/jenkins-agent-npm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM quay.io/openshift/origin-jenkins-agent-base:4.14@sha256:1284ffe5b63ee7da4c4
44
# renovate: datasource=github-releases depName=stedolan/jq
55
ARG JQ_VERSION=1.6
66
# renovate: datasource=repology depName=homebrew/openshift-cli
7-
ARG OC_VERSION=4.14.3
7+
ARG OC_VERSION=4.14.5
88
# renovate: datasource=github-releases depName=mikefarah/yq
99
ARG YQ_VERSION=v4.40.5
1010

jenkins-agents/jenkins-agent-ruby/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM quay.io/openshift/origin-jenkins-agent-base:4.14@sha256:1284ffe5b63ee7da4c4
22

33
ARG RUBY_VERSION=3.1
44
# renovate: datasource=repology depName=homebrew/openshift-cli
5-
ARG OC_VERSION=4.14.3
5+
ARG OC_VERSION=4.14.5
66

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

tool-box/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.3-1361.1699548029@sha256:6b95efc134c2
44
SHELL ["/bin/bash", "-c"]
55

66
# renovate: datasource=repology depName=homebrew/openshift-cli
7-
ARG OC_VERSION=4.14.3
7+
ARG OC_VERSION=4.14.5
88
# renovate: datasource=github-releases depName=openshift/rosa
99
ARG ROSA_VERSION=v1.2.15
1010
# renovate: datasource=github-releases depName=redhat-developer/odo

utilities/ubi8-bats/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi8/ubi:8.9 AS builder
44
SHELL ["/bin/bash", "-c"]
55

66
# renovate: datasource=repology depName=homebrew/openshift-cli
7-
ARG OC_VERSION=4.14.3
7+
ARG OC_VERSION=4.14.5
88
# renovate: datasource=github-releases depName=stedolan/jq
99
ARG JQ_VERSION=1.6
1010
# renovate: datasource=github-releases depName=helm/helm

0 commit comments

Comments
 (0)