You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`Chart.yaml` - update the `AppVersion` to the new Operator version and increment the minor digit for `version`
23
+
* any changes to `templates` configuration
24
+
25
+
Merge the PR - the chart will get released automatically.
26
+
17
27
## Create the Pull Request to publish the bundle to operatorhub.io
18
28
19
-
All bundles/package manifests for Operators for operatorhub.io reside in `https://github.com/operator-framework/community-operators/tree/master/upstream-community-operators`
29
+
All bundles/package manifests for Operators for operatorhub.io reside in:
30
+
*`https://github.com/operator-framework/community-operators/tree/master/upstream-community-operators` - for public Operators from operatorhub.io
31
+
*`https://github.com/operator-framework/community-operators/tree/master/community-operators` - for Operators from "internal" operatorhub that are synchronized with Openshift clusters
20
32
21
33
### Fork/Update the community operators repository
22
34
**(First time) Fork the repository**
@@ -41,22 +53,58 @@ git checkout master
41
53
git merge upstream/master
42
54
```
43
55
44
-
### Create a Pull Request with a new bundle
56
+
### Create a Pull Request to `community-operators` with a new bundle
57
+
58
+
This is necessary for the Operator to appear on "operators" tab in Openshift clusters
0 commit comments