Skip to content

Commit cd27ae2

Browse files
authored
Create olm_manifests.md
1 parent d519cfa commit cd27ae2

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
- [ ] ...

0 commit comments

Comments
 (0)