forked from joelanford/example-operator-index
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsemver-template.yaml
26 lines (26 loc) · 1.06 KB
/
semver-template.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
schema: olm.semver
generatemajorchannels: true
generateminorchannels: true
candidate:
bundles:
- image: quay.io/ankitathomas/olm:testoperator.v0.1.0
- image: quay.io/ankitathomas/olm:testoperator.v0.1.1
- image: quay.io/ankitathomas/olm:testoperator.v0.1.2
- image: quay.io/ankitathomas/olm:testoperator.v0.3.0
- image: quay.io/ankitathomas/olm:testoperator.v1.0.0
- image: quay.io/ankitathomas/olm:testoperator.v1.0.1
- image: quay.io/ankitathomas/olm:testoperator.v1.1.0
- image: quay.io/ankitathomas/olm:testoperator.v0.1.3
- image: quay.io/ankitathomas/olm:testoperator.v0.2.0
- image: quay.io/ankitathomas/olm:testoperator.v0.2.1
- image: quay.io/ankitathomas/olm:testoperator.v0.2.2
fast:
bundles:
- image: quay.io/ankitathomas/olm:testoperator.v0.2.1
- image: quay.io/ankitathomas/olm:testoperator.v0.2.2
- image: quay.io/ankitathomas/olm:testoperator.v0.3.0
- image: quay.io/ankitathomas/olm:testoperator.v1.0.1
- image: quay.io/ankitathomas/olm:testoperator.v1.1.0
stable:
bundles:
- image: quay.io/ankitathomas/olm:testoperator.v1.0.1