Skip to content

Commit

Permalink
[OSD-28074] hard-coding CatalogSource image (#666)
Browse files Browse the repository at this point in the history
Signed-off-by: Amador Pahim <[email protected]>
  • Loading branch information
apahim authored Jan 30, 2025
1 parent 5083efb commit 1337f45
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions deploy/olm/syncselector-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@ metadata:
name: selectorsyncset-template

parameters:
- name: REGISTRY_IMG
required: true
value: quay.io/rhobs/observability-operator-catalog
- name: CHANNEL
value: development
required: true
- name: IMAGE_DIGEST
required: true
value: eee088e78ecbaafdc572188398ceb463e63c365f1023a0301742be2a8e0e4c29
- name: RESOURCE_LIMIT_CPU
required: true
value: 200m
Expand Down Expand Up @@ -66,7 +60,7 @@ objects:
namespace: openshift-observability-operator
spec:
displayName: Red Hat Observability Operator
image: ${REGISTRY_IMG}@${IMAGE_DIGEST}
image: quay.io/rhobs/observability-operator-catalog@sha256:e648be80d3ec35fc128c7396d9c052bd1f615d5b4465e07497779398f2eab845
publisher: OSD Red Hat Addons
sourceType: grpc
grpcPodConfig:
Expand Down Expand Up @@ -117,7 +111,7 @@ objects:
namespace: openshift-observability-operator
spec:
displayName: Red Hat Observability Operator
image: ${REGISTRY_IMG}@${IMAGE_DIGEST}
image: quay.io/rhobs/observability-operator-catalog@sha256:e648be80d3ec35fc128c7396d9c052bd1f615d5b4465e07497779398f2eab845
publisher: OSD Red Hat Addons
sourceType: grpc
grpcPodConfig:
Expand Down Expand Up @@ -168,7 +162,7 @@ objects:
namespace: openshift-observability-operator
spec:
displayName: Red Hat Observability Operator
image: ${REGISTRY_IMG}@${IMAGE_DIGEST}
image: quay.io/rhobs/observability-operator-catalog@sha256:e648be80d3ec35fc128c7396d9c052bd1f615d5b4465e07497779398f2eab845
publisher: OSD Red Hat Addons
sourceType: grpc
grpcPodConfig:
Expand Down

0 comments on commit 1337f45

Please sign in to comment.