Skip to content

Commit ae6faa6

Browse files
Merge pull request #871 from alecmerdler/OLM-1080
Change Global Catalog Namespace for OpenShift
2 parents ef2bc79 + 62e8c48 commit ae6faa6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/ocp/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
installType: ocp
22
rbacApiVersion: rbac.authorization.k8s.io
33
namespace: openshift-operator-lifecycle-manager
4-
catalog_namespace: openshift-operator-lifecycle-manager
4+
catalog_namespace: openshift-marketplace
55
operator_namespace: openshift-operators
66
imagestream: true
77
writeStatusName: operator-lifecycle-manager

manifests/0000_50_olm_08-catalog-operator.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
- /bin/catalog
2626
args:
2727
- '-namespace'
28-
- openshift-operator-lifecycle-manager
28+
- openshift-marketplace
2929
- -configmapServerImage=quay.io/operator-framework/configmap-operator-registry:latest
3030
- -writeStatusName
3131
- operator-lifecycle-manager-catalog

manifests/0000_50_olm_16-packageserver.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ spec:
102102
- --secure-port
103103
- "5443"
104104
- --global-namespace
105-
- openshift-operator-lifecycle-manager
105+
- openshift-marketplace
106106
image: quay.io/operator-framework/olm@sha256:93751ae9d398d571c2cb3d11b0ac4ae052117fd1726025364a6f2f3a5caef68e
107107
imagePullPolicy: IfNotPresent
108108
ports:

0 commit comments

Comments
 (0)