File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : OLM Manifest Guide
3
+ about : A task list for OLM manifest generation for certification
4
+ title : ' OLM Manifests for release xxx'
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ## Pre-requisites
11
+
12
+ TODO: stackable-utils, openshift cert repo, etc.
13
+
14
+ ## Secret operator
15
+
16
+ build-manifests.sh
17
+
18
+ ## Listener operator
19
+
20
+ build-manifests.sh
21
+
22
+ ## All other operators
23
+
24
+ ./olm/build-manifests.py --openshift-versions 'v4.11-v4.15' --release 24.3.0 --repo-operator ~/repo/stackable/commons-operator
25
+
26
+ ./olm/build-bundles.sh -r 24.3.0 -o commons -c ~/repo/stackable/openshift-certified-operators -d
27
+
28
+ This is a simple checklist of things to bear in mind when creating a new issue.
29
+
30
+ - [ ] Generate the manifests
31
+ - [ ] Manually do a check of the CSV file, etc.
32
+ - [ ] Install the operator
33
+ - [ ] Test the operator
34
+ - [ ] ...
You can’t perform that action at this time.
0 commit comments