Skip to content

Commit 38e0977

Browse files
committed
Update catalog and opm version to 4.12
Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent 759b0a6 commit 38e0977

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ebcDockerBuilderRCO.jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ properties([
1111
string(name: 'command', defaultValue: "make build-operator-pipeline REGISTRY=cp.stg.icr.io", description: 'Build command to execute on target arch machine, e.g. make build-pipeline-releases'),
1212
string(name: 'PIPELINE_OPERATOR_IMAGE', defaultValue: "cp/runtime-component-operator", description: 'namespace to push image to in registry'),
1313
string(name: 'RELEASE_TARGET', defaultValue: "main", description: 'release branch to use'),
14-
string(name: 'OPM_VERSION', defaultValue: "4.10", description: 'Redhat CLI OPM version'),
14+
string(name: 'OPM_VERSION', defaultValue: "4.12", description: 'Redhat CLI OPM version'),
1515
string(name: 'PIPELINE_PRODUCTION_IMAGE', defaultValue: "icr.io/cpopen/runtime-component-operator", description: 'namespace in prod registry'),
1616
string(name: 'REDHAT_BASE_IMAGE', defaultValue: "registry.redhat.io/openshift4/ose-operator-registry", description: 'base image for operator'),
1717
string(name: 'REDHAT_REGISTRY', defaultValue: "registry.redhat.io", description: 'RH registry used for docker login'),

index.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/openshift4/ose-operator-registry:v4.10 AS builder
1+
FROM registry.redhat.io/openshift4/ose-operator-registry:v4.12 AS builder
22

33
FROM registry.redhat.io/ubi8/ubi-minimal
44

scripts/installers/install-opm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ main() {
99
exit 0
1010
fi
1111

12-
readonly DEFAULT_RELEASE_VERSION=latest-4.10
12+
readonly DEFAULT_RELEASE_VERSION=latest-4.12
1313
readonly RELEASE_VERSION=${1:-$DEFAULT_RELEASE_VERSION}
1414
readonly base_url="https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/${RELEASE_VERSION}"
1515

0 commit comments

Comments
 (0)