Skip to content

Commit d23b839

Browse files
authored
Merge pull request #14217 from liangxia/enterprise-4.0
Group and version changes of Marketplace APIs
2 parents ea9f253 + b282538 commit d23b839

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

architecture/customizations.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ that are based on many of these CRDs to add more functionality to your
9292
|
9393

9494
|CatalogSourceConfig
95-
|marketplace.redhat.com
95+
|operators.coreos.com
9696
|
9797
|Namespaced
9898
|
@@ -357,7 +357,7 @@ new values. If it is deleted, it recreates automatically.
357357
|
358358

359359
|OperatorSource
360-
|marketplace.redhat.com
360+
|operators.coreos.com
361361
|
362362
|Namespaced
363363
|

modules/olm-installing-from-operatorhub-using-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ listed in the previous step (such as couchbase-enterprise or etcd). For example:
4646
.Example CatalogSourceConfig
4747
[source,yaml]
4848
----
49-
apiVersion: marketplace.redhat.com/v1alpha1
49+
apiVersion: operators.coreos.com/v1
5050
kind: CatalogSourceConfig
5151
metadata:
5252
name: example
@@ -111,7 +111,7 @@ more packages. For example:
111111
.Example updated CatalogSourceConfig
112112
[source,yaml]
113113
----
114-
apiVersion: marketplace.redhat.com/v1alpha1
114+
apiVersion: operators.coreos.com/v1
115115
kind: CatalogSourceConfig
116116
metadata:
117117
name: example

0 commit comments

Comments
 (0)