From 9fbdb63aa82656d6d0b19f79ccdd9bdeed48a1c0 Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Wed, 22 Nov 2023 09:43:35 -0500 Subject: [PATCH] Set infrawatch-operators to highest priority Set the priority to -200 to make the infrawatch-operators CatalogSource a higher priority than redhat-operators CatalogSource. Setting the priority to highest values means the dependency resolution will resolve Smart Gateway Operator (SGO) out of the infrawatch-operators CatalogSource instead of from the redhat-operators CatalogSource, which could result in failed deployments if there are changes in SGO required within Service Telemetry Operator. --- .../modules/proc_enabling-infrawatch-catalog-source.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc-Service-Telemetry-Framework/modules/proc_enabling-infrawatch-catalog-source.adoc b/doc-Service-Telemetry-Framework/modules/proc_enabling-infrawatch-catalog-source.adoc index 74b36099..505f2cff 100644 --- a/doc-Service-Telemetry-Framework/modules/proc_enabling-infrawatch-catalog-source.adoc +++ b/doc-Service-Telemetry-Framework/modules/proc_enabling-infrawatch-catalog-source.adoc @@ -46,6 +46,7 @@ spec: image: quay.io/infrawatch-operators/infrawatch-catalog:nightly publisher: InfraWatch sourceType: grpc + priority: -200 updateStrategy: registryPoll: interval: 30m