From d7643b2456ed52903c68b1a4659eb074d5312bf7 Mon Sep 17 00:00:00 2001 From: Alex Dellapenta Date: Tue, 25 Feb 2025 15:39:03 -0700 Subject: [PATCH] Fix ose-operator-registry-rhel9 pull specs --- modules/olm-filtering-fbc.adoc | 2 +- modules/olm-migrating-sqlite-catalog-to-fbc.adoc | 2 +- modules/olm-pruning-index-image.adoc | 4 ++-- modules/olm-updating-sqlite-catalog-to-a-new-opm-version.adoc | 2 +- modules/olmv1-creating-fbc.adoc | 2 +- modules/opm-cli-ref-generate.adoc | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/olm-filtering-fbc.adoc b/modules/olm-filtering-fbc.adoc index 558e74e83b..e137567b44 100644 --- a/modules/olm-filtering-fbc.adoc +++ b/modules/olm-filtering-fbc.adoc @@ -6,7 +6,7 @@ ifdef::openshift-origin[] :registry-image: quay.io/operator-framework/opm:latest endif::[] ifndef::openshift-origin[] -:registry-image: registry.redhat.io/openshift4/ose-operator-registry:v{product-version} +:registry-image: registry.redhat.io/openshift4/ose-operator-registry-rhel9:v{product-version} endif::[] :_mod-docs-content-type: PROCEDURE diff --git a/modules/olm-migrating-sqlite-catalog-to-fbc.adoc b/modules/olm-migrating-sqlite-catalog-to-fbc.adoc index ed1317e58e..82d3750aac 100644 --- a/modules/olm-migrating-sqlite-catalog-to-fbc.adoc +++ b/modules/olm-migrating-sqlite-catalog-to-fbc.adoc @@ -34,7 +34,7 @@ $ opm migrate ---- $ opm generate dockerfile \ --binary-image \ - registry.redhat.io/openshift4/ose-operator-registry:v{product-version} + registry.redhat.io/openshift4/ose-operator-registry-rhel9:v{product-version} ---- .Next steps diff --git a/modules/olm-pruning-index-image.adoc b/modules/olm-pruning-index-image.adoc index 93701ebb5b..cd20e57ee6 100644 --- a/modules/olm-pruning-index-image.adoc +++ b/modules/olm-pruning-index-image.adoc @@ -7,7 +7,7 @@ ifdef::openshift-origin[] :catalog-name: catalog :index-image-pullspec: quay.io/operatorhubio/catalog:latest :index-image: catalog:latest -:registry-image: quay.io/openshift/origin-operator-registry:4.9.0 +:registry-image: quay.io/openshift/origin-operator-registry:{product-version} :package1: couchdb-operator :package2: eclipse-che :package3: etcd @@ -16,7 +16,7 @@ ifndef::openshift-origin[] :catalog-name: redhat-operators :index-image-pullspec: registry.redhat.io/redhat/redhat-operator-index:v{product-version} :index-image: redhat-operator-index:v{product-version} -:registry-image: registry.redhat.io/openshift4/ose-operator-registry:v4.9 +:registry-image: registry.redhat.io/openshift4/ose-operator-registry-rhel9:v{product-version} :package1: advanced-cluster-management :package2: jaeger-product :package3: quay-operator diff --git a/modules/olm-updating-sqlite-catalog-to-a-new-opm-version.adoc b/modules/olm-updating-sqlite-catalog-to-a-new-opm-version.adoc index 405410fe39..989510853c 100644 --- a/modules/olm-updating-sqlite-catalog-to-a-new-opm-version.adoc +++ b/modules/olm-updating-sqlite-catalog-to-a-new-opm-version.adoc @@ -26,7 +26,7 @@ endif::openshift-dedicated,openshift-rosa[] [source,terminal,subs="attributes+"] ---- $ opm index add --binary-image \ - registry.redhat.io/openshift4/ose-operator-registry:v{product-version} \ + registry.redhat.io/openshift4/ose-operator-registry-rhel9:v{product-version} \ --from-index \ --bundles "" -t \ ---- diff --git a/modules/olmv1-creating-fbc.adoc b/modules/olmv1-creating-fbc.adoc index e1478e6f91..ed25bb0cc9 100644 --- a/modules/olmv1-creating-fbc.adoc +++ b/modules/olmv1-creating-fbc.adoc @@ -6,7 +6,7 @@ ifdef::openshift-origin[] :registry-image: quay.io/operator-framework/opm:latest endif::[] ifndef::openshift-origin[] -:registry-image: registry.redhat.io/openshift4/ose-operator-registry:v{product-version} +:registry-image: registry.redhat.io/openshift4/ose-operator-registry-rhel9:v{product-version} endif::[] :_mod-docs-content-type: PROCEDURE diff --git a/modules/opm-cli-ref-generate.adoc b/modules/opm-cli-ref-generate.adoc index ca05596de6..941e01fd34 100644 --- a/modules/opm-cli-ref-generate.adoc +++ b/modules/opm-cli-ref-generate.adoc @@ -70,6 +70,6 @@ $ opm generate dockerfile [] ifndef::openshift-origin[] [NOTE] ==== -To build with the official Red Hat image, use the `registry.redhat.io/openshift4/ose-operator-registry:v{product-version}` value with the `-i` flag. +To build with the official Red Hat image, use the `registry.redhat.io/openshift4/ose-operator-registry-rhel9:v{product-version}` value with the `-i` flag. ==== endif::[] \ No newline at end of file