Skip to content

Commit

Permalink
Update catalog and opm version to 4.12
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Christy Jesuraj <[email protected]>
  • Loading branch information
leochr committed Jun 15, 2023
1 parent 759b0a6 commit 38e0977
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ebcDockerBuilderRCO.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ properties([
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'),
string(name: 'PIPELINE_OPERATOR_IMAGE', defaultValue: "cp/runtime-component-operator", description: 'namespace to push image to in registry'),
string(name: 'RELEASE_TARGET', defaultValue: "main", description: 'release branch to use'),
string(name: 'OPM_VERSION', defaultValue: "4.10", description: 'Redhat CLI OPM version'),
string(name: 'OPM_VERSION', defaultValue: "4.12", description: 'Redhat CLI OPM version'),
string(name: 'PIPELINE_PRODUCTION_IMAGE', defaultValue: "icr.io/cpopen/runtime-component-operator", description: 'namespace in prod registry'),
string(name: 'REDHAT_BASE_IMAGE', defaultValue: "registry.redhat.io/openshift4/ose-operator-registry", description: 'base image for operator'),
string(name: 'REDHAT_REGISTRY', defaultValue: "registry.redhat.io", description: 'RH registry used for docker login'),
Expand Down
2 changes: 1 addition & 1 deletion index.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.redhat.io/openshift4/ose-operator-registry:v4.10 AS builder
FROM registry.redhat.io/openshift4/ose-operator-registry:v4.12 AS builder

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

Expand Down
2 changes: 1 addition & 1 deletion scripts/installers/install-opm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ main() {
exit 0
fi

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

Expand Down

0 comments on commit 38e0977

Please sign in to comment.