diff --git a/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-marketplace.yml b/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-marketplace.yml deleted file mode 100644 index b8d6bcff48..0000000000 --- a/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-marketplace.yml +++ /dev/null @@ -1,13 +0,0 @@ -{{- if and .Values.options.openshift.enabled .Values.options.catalogd.enabled -}} -apiVersion: olm.operatorframework.io/v1 -kind: ClusterCatalog -metadata: - name: openshift-redhat-marketplace -spec: - priority: -300 - source: - type: Image - image: - pollIntervalMinutes: 10 - ref: registry.redhat.io/redhat/redhat-marketplace-index:{{- .Values.options.openshift.catalogs.version }} -{{- end -}}