Skip to content

Commit

Permalink
Merge pull request #2335 from iamniting/release-4.12
Browse files Browse the repository at this point in the history
[release-4.12] update the catalog image to point to 4.12 catalog
  • Loading branch information
openshift-merge-bot[bot] authored Dec 20, 2023
2 parents 2435fa9 + 68232c1 commit 40cf7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install-noobaa-operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -o errexit
set -o pipefail

INSTALL_NAMESPACE=openshift-storage
CATALOG_IMAGE=${CATALOG_IMAGE:-'quay.io/nigoyal/odf-operator-catalog:latest'}
CATALOG_IMAGE=${CATALOG_IMAGE:-'quay.io/ocs-dev/odf-operator-catalog:noobaa-v5.12.0'}

CATALOG=$(oc -n openshift-marketplace get catsrc ocs-catalog -o jsonpath="{.metadata.name}" 2>/dev/null || true)
if [[ -n "$CATALOG" ]]; then
Expand Down

0 comments on commit 40cf7a8

Please sign in to comment.