diff --git a/modules/cnf-topology-aware-lifecycle-manager-operator-troubleshooting.adoc b/modules/cnf-topology-aware-lifecycle-manager-operator-troubleshooting.adoc index 036c41a136..08fb74e423 100644 --- a/modules/cnf-topology-aware-lifecycle-manager-operator-troubleshooting.adoc +++ b/modules/cnf-topology-aware-lifecycle-manager-operator-troubleshooting.adoc @@ -34,7 +34,7 @@ metadata: namespace: operator-namspace # ... spec: - source: redhat-operators-v2 <1> + source: redhat-operators-disconnected-v2 <1> # ... ---- <1> Enter the name of the additional catalog source configuration that you defined in the `{policy-gen-cr}` resource. diff --git a/modules/cnf-topology-aware-lifecycle-manager-operator-update.adoc b/modules/cnf-topology-aware-lifecycle-manager-operator-update.adoc index 85b1b09293..37081909fe 100644 --- a/modules/cnf-topology-aware-lifecycle-manager-operator-update.adoc +++ b/modules/cnf-topology-aware-lifecycle-manager-operator-update.adoc @@ -29,11 +29,11 @@ ifeval::["{policy-gen-cr}" == "PolicyGenerator"] include::snippets/pg-cnf-topology-aware-lifecycle-manager-operator-update.adoc[] endif::[] -.. This update generates one policy, `du-upgrade-operator-catsrc-policy`, to update the `redhat-operators` catalog source with the new index images that contain the desired Operators images. +.. This update generates one policy, `du-upgrade-operator-catsrc-policy`, to update the `redhat-operators-disconnected` catalog source with the new index images that contain the desired Operators images. + [NOTE] ==== -If you want to use the image pre-caching for Operators and there are Operators from a different catalog source other than `redhat-operators`, you must perform the following tasks: +If you want to use the image pre-caching for Operators and there are Operators from a different catalog source other than `redhat-operators-disconnected`, you must perform the following tasks: * Prepare a separate catalog source policy with the new index image or registry poll interval update for the different catalog source. * Prepare a separate subscription policy for the desired Operators that are from the different catalog source. diff --git a/snippets/pg-cnf-topology-aware-lifecycle-manager-operator-troubleshooting.adoc b/snippets/pg-cnf-topology-aware-lifecycle-manager-operator-troubleshooting.adoc index d05e85c49b..e20a3e3324 100644 --- a/snippets/pg-cnf-topology-aware-lifecycle-manager-operator-troubleshooting.adoc +++ b/snippets/pg-cnf-topology-aware-lifecycle-manager-operator-troubleshooting.adoc @@ -4,10 +4,10 @@ manifests: - path: source-crs/DefaultCatsrc.yaml patches: - metadata: - name: redhat-operators + name: redhat-operators-disconnected spec: displayName: Red Hat Operators Catalog - image: registry.example.com:5000/olm/redhat-operators:v{product-version} + image: registry.example.com:5000/olm/redhat-operators-disconnected:v{product-version} updateStrategy: registryPoll: interval: 1h @@ -17,10 +17,10 @@ manifests: - path: source-crs/DefaultCatsrc.yaml patches: - metadata: - name: redhat-operators-v2 <1> + name: redhat-operators-disconnected-v2 <1> spec: displayName: Red Hat Operators Catalog v2 <2> - image: registry.example.com:5000/olredhat-operators: <3> + image: registry.example.com:5000/olm/redhat-operators-disconnected: <3> updateStrategy: registryPoll: interval: 1h diff --git a/snippets/pg-cnf-topology-aware-lifecycle-manager-operator-update.adoc b/snippets/pg-cnf-topology-aware-lifecycle-manager-operator-update.adoc index 5154ed1c01..4b8c4c4768 100644 --- a/snippets/pg-cnf-topology-aware-lifecycle-manager-operator-update.adoc +++ b/snippets/pg-cnf-topology-aware-lifecycle-manager-operator-update.adoc @@ -32,10 +32,10 @@ policies: - path: source-crs/DefaultCatsrc.yaml patches: - metadata: - name: redhat-operators + name: redhat-operators-disconnected spec: displayName: Red Hat Operators Catalog - image: registry.example.com:5000/olm/redhat-operators:v{product-version} <1> + image: registry.example.com:5000/olm/redhat-operators-disconnected:v{product-version} <1> updateStrategy: <2> registryPoll: interval: 1h diff --git a/snippets/pgt-cnf-topology-aware-lifecycle-manager-operator-troubleshooting.adoc b/snippets/pgt-cnf-topology-aware-lifecycle-manager-operator-troubleshooting.adoc index 242f4a78f6..5498fac15d 100644 --- a/snippets/pgt-cnf-topology-aware-lifecycle-manager-operator-troubleshooting.adoc +++ b/snippets/pgt-cnf-topology-aware-lifecycle-manager-operator-troubleshooting.adoc @@ -5,10 +5,10 @@ remediationAction: inform policyName: "operator-catsrc-policy" metadata: - name: redhat-operators + name: redhat-operators-disconnected spec: displayName: Red Hat Operators Catalog - image: registry.example.com:5000/olm/redhat-operators:v{product-version} + image: registry.example.com:5000/olm/redhat-operators-disconnected:v{product-version} updateStrategy: registryPoll: interval: 1h @@ -19,10 +19,10 @@ remediationAction: inform policyName: "operator-catsrc-policy" metadata: - name: redhat-operators-v2 <1> + name: redhat-operators-disconnected-v2 <1> spec: displayName: Red Hat Operators Catalog v2 <2> - image: registry.example.com:5000/olredhat-operators: <3> + image: registry.example.com:5000/olm/redhat-operators-disconnected: <3> updateStrategy: registryPoll: interval: 1h diff --git a/snippets/pgt-cnf-topology-aware-lifecycle-manager-operator-update.adoc b/snippets/pgt-cnf-topology-aware-lifecycle-manager-operator-update.adoc index 0ed0e27841..48a3de7285 100644 --- a/snippets/pgt-cnf-topology-aware-lifecycle-manager-operator-update.adoc +++ b/snippets/pgt-cnf-topology-aware-lifecycle-manager-operator-update.adoc @@ -16,10 +16,10 @@ spec: remediationAction: inform policyName: "operator-catsrc-policy" metadata: - name: redhat-operators + name: redhat-operators-disconnected spec: displayName: Red Hat Operators Catalog - image: registry.example.com:5000/olm/redhat-operators:v{product-version} <1> + image: registry.example.com:5000/olm/redhat-operators-disconnected:v{product-version} <1> updateStrategy: <2> registryPoll: interval: 1h