Skip to content

Commit b282538

Browse files
committed
Group and version changes of Marketplace APIs
Change group/version of OperatorSource/CatalogSourceConfig to operators.coreos.com/v1 from marketplace.redhat.com/v1alpha1 Fix bug https://bugzilla.redhat.com/show_bug.cgi?id=1692209
1 parent 99071d2 commit b282538

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
@@ -44,7 +44,7 @@ listed in the previous step (such as amp-streams or etcd). For example:
4444
.Example CatalogSourceConfig
4545
[source,yaml]
4646
----
47-
apiVersion: marketplace.redhat.com/v1alpha1
47+
apiVersion: operators.coreos.com/v1
4848
kind: CatalogSourceConfig
4949
metadata:
5050
name: example
@@ -109,7 +109,7 @@ more packages. For example:
109109
.Example updated CatalogSourceConfig
110110
[source,yaml]
111111
----
112-
apiVersion: marketplace.redhat.com/v1alpha1
112+
apiVersion: operators.coreos.com/v1
113113
kind: CatalogSourceConfig
114114
metadata:
115115
name: example

0 commit comments

Comments
 (0)