Skip to content

Commit 95bbc10

Browse files
committed
update operatol publishing guide
- updated community operators urls - added more details Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
1 parent fd96346 commit 95bbc10

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

DEVEL.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ There are few useful steps when working with changes to Device Plugins CRDs and
198198

199199
## How to publish a new version of the Intel Device Plugins operator to operatorhub.io
200200

201+
Update metadata.annotations.containerImage field in the base CSV manifest file
202+
deployments/operator/manifests/bases/intel-device-plugins-operator.clusterserviceversion.yaml
203+
to match current operator version
204+
201205
Generate package manifests with:
202206
```
203207
$ make packagemanifests OPERATOR_VERSION=0.X.Y
@@ -219,14 +223,18 @@ $ operator-sdk olm uninstall
219223
Review the package manifests by uploading the generated `packagemanifests` folder to
220224
https://operatorhub.io -> Contribute -> Package Your Operator.
221225

222-
Clone the [Community Operators](https://github.com/operator-framework/community-operators) repo:
226+
Clone the [Community Operators](https://github.com/k8s-operatorhub/community-operators) repo:
223227
```
224-
$ git clone https://github.com/operator-framework/community-operators
228+
$ git clone https://github.com/k8s-operatorhub/community-operators
225229
```
226230

227231
Copy the generated files to the Community Operators repo:
228232
```
229-
$ cp -r packagemanifests/* community-operators/upstream-community-operators/intel-device-plugins/
233+
$ cp -r packagemanifests/* community-operators/operators/intel-device-plugins/
230234
```
231235

232-
Finally, submit a PR.
236+
Submit a PR
237+
238+
Check operator page
239+
https://operatorhub.io/operator/intel-device-plugins-operator
240+
after PR is merged

0 commit comments

Comments
 (0)