Skip to content

Commit

Permalink
[default] Switch default OperatorSources to CatalogSources
Browse files Browse the repository at this point in the history
This PR switches the default OperatorSources to CatalogSources.
  • Loading branch information
anik120 committed Jul 15, 2020
1 parent a00763f commit cc1c41a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions defaults/01_redhat_operators.cr.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: "operators.coreos.com/v1"
kind: "OperatorSource"
kind: "CatalogSource"
metadata:
name: "redhat-operators"
namespace: "openshift-marketplace"
labels:
opsrc-provider: redhat
spec:
type: appregistry
endpoint: "https://quay.io/cnr"
registryNamespace: "redhat-operators"
sourceType: grpc
image: registry.redhat.io/redhat/redhat-operator-index:v4.6
displayName: "Red Hat Operators"
publisher: "Red Hat"
updateStrategy:
registryPoll:
interval: 60m
12 changes: 6 additions & 6 deletions defaults/02_certified_operators.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: "operators.coreos.com/v1"
kind: "OperatorSource"
kind: "CatalogSource"
metadata:
name: "certified-operators"
namespace: "openshift-marketplace"
labels:
opsrc-provider: certified
spec:
type: appregistry
endpoint: "https://quay.io/cnr"
registryNamespace: "certified-operators"
sourceType: grpc
image: registry.redhat.io/redhat/certified-operator-index:v4.6
displayName: "Certified Operators"
publisher: "Red Hat"
updateStrategy:
registryPoll:
interval: 60m
12 changes: 6 additions & 6 deletions defaults/03_community_operators.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: "operators.coreos.com/v1"
kind: "OperatorSource"
kind: "CatalogSource"
metadata:
name: "community-operators"
namespace: "openshift-marketplace"
labels:
opsrc-provider: community
spec:
type: appregistry
endpoint: "https://quay.io/cnr"
registryNamespace: "community-operators"
sourceType: grpc
image: registry.redhat.io/redhat/community-operator-index:v4.6
displayName: "Community Operators"
publisher: "Red Hat"
updateStrategy:
registryPoll:
interval: 60m
12 changes: 6 additions & 6 deletions defaults/04_redhat_marketplace.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: "operators.coreos.com/v1"
kind: "OperatorSource"
kind: "CatalogSource"
metadata:
name: "redhat-marketplace"
namespace: "openshift-marketplace"
labels:
opsrc-provider: marketplace
spec:
type: appregistry
endpoint: "https://quay.io/cnr"
registryNamespace: "redhat-marketplace"
sourceType: grpc
image: registry.redhat.io/redhat/redhat-marketplace-operator-index:v4.6
displayName: "Red Hat Marketplace"
publisher: "Red Hat"
updateStrategy:
registryPoll:
interval: 60m

0 comments on commit cc1c41a

Please sign in to comment.