File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff 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+
201205Generate package manifests with:
202206```
203207$ make packagemanifests OPERATOR_VERSION=0.X.Y
@@ -219,14 +223,18 @@ $ operator-sdk olm uninstall
219223Review the package manifests by uploading the generated ` packagemanifests ` folder to
220224https://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
227231Copy 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
You can’t perform that action at this time.
0 commit comments