Skip to content

Commit 986245a

Browse files
authored
Update olm_manifests.md
1 parent a4744d9 commit 986245a

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.github/ISSUE_TEMPLATE/olm_manifests.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This issue assumes you are generating OLM manifests for a released SDP version w
3434
- [ ] All container images have been published to quay.io
3535

3636

37-
## Secret operator
37+
## Secret and listener operator
3838

3939
### Generate manifests
4040

@@ -55,7 +55,8 @@ Options:
5555
* `-c $HOME/repo/stackable/openshift-certified-operators` the location of the openshift operator repository
5656
* `-o $HOME/repo/stackable/secret-operator` the location of the secret op
5757

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)
5960
- [ ] Replace the contents of the deployment, and cluster role with the `template.spec` and `rules` from the newly generated files.
6061
- [ ] Remove the unused generated files : service account, operator cluster role (not the product cluster role), role binding, deployment.
6162
- [ ] Remove all Helm labels in all remaining files (including all labels from the cluster role).
@@ -76,11 +77,6 @@ Options:
7677
* `-c ~/repo/stackable/openshift-certified-operators` location of the openshift operator repository
7778
* `-d` deploy to the cluster
7879

79-
80-
## Listener operator
81-
82-
build-manifests.sh
83-
8480
## All other operators
8581

8682
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
123119

124120
```[tasklist]
125121
# Operators
126-
- [ ] airflow-operator
122+
123+
Please follow this list in order at least until the zookeeper-operator before parallelizing.
127124
- [ ] commons-operator
128-
- [ ] druid-operator
129-
- [ ] hbase-operator
125+
- [ ] secret-operator
126+
- [ ] listener-operator
127+
- [ ] zookeeper-operator
130128
- [ ] hdfs-operator
131-
- [ ] hello-world-operator
132129
- [ ] hive-operator
130+
- [ ] hbase-operator
131+
- [ ] opa-operator
132+
- [ ] druid-operator
133+
- [ ] hbase-operator
133134
- [ ] kafka-operator
134135
- [ ] nifi-operator
135-
- [ ] opa-operator
136136
- [ ] spark-k8s-operator
137137
- [ ] superset-operator
138+
- [ ] airflow-operator
138139
- [ ] trino-operator
139-
- [ ] zookeeper-operator
140+
- [ ] hello-world-operator
140141
```
141142

0 commit comments

Comments
 (0)