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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/olm_manifests.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This issue assumes you are generating OLM manifests for a released SDP version w
34
34
-[ ] All container images have been published to quay.io
35
35
36
36
37
-
## Secret operator
37
+
## Secret and listener operator
38
38
39
39
### Generate manifests
40
40
@@ -55,7 +55,8 @@ Options:
55
55
*`-c $HOME/repo/stackable/openshift-certified-operators` the location of the openshift operator repository
56
56
*`-o $HOME/repo/stackable/secret-operator` the location of the secret op
57
57
58
-
-[ ] Copy the cluster service version file from the previous package version.
58
+
-[ ] Copy the cluster service version file from the previous version.
59
+
-[ ] Copy the operator manifests file fro the previous version. For [secret](https://github.com/stackabletech/openshift-certified-operators/blob/main/operators/stackable-secret-operator/23.11.0/manifests/secret-operator-manifests.yaml) and [listener](https://github.com/stackabletech/openshift-certified-operators/blob/main/operators/stackable-listener-operator/23.11.0/manifests/listener-operator-manifests.yaml)
59
60
-[ ] Replace the contents of the deployment, and cluster role with the `template.spec` and `rules` from the newly generated files.
60
61
-[ ] Remove the unused generated files : service account, operator cluster role (not the product cluster role), role binding, deployment.
61
62
-[ ] Remove all Helm labels in all remaining files (including all labels from the cluster role).
@@ -76,11 +77,6 @@ Options:
76
77
*`-c ~/repo/stackable/openshift-certified-operators` location of the openshift operator repository
77
78
*`-d` deploy to the cluster
78
79
79
-
80
-
## Listener operator
81
-
82
-
build-manifests.sh
83
-
84
80
## All other operators
85
81
86
82
These operators shouldn't require any manual editing of the manifests but a visual check is recommended.
@@ -123,19 +119,24 @@ We use `--skip-release` because the operator has already been installed previous
123
119
124
120
```[tasklist]
125
121
# Operators
126
-
- [ ] airflow-operator
122
+
123
+
Please follow this list in order at least until the zookeeper-operator before parallelizing.
0 commit comments