github.com/operator-framework/operator-lifecycle-manager@v0.30.0/test/e2e/testdata/magiccatalog/fbc_updated.yaml (about) 1 --- 2 schema: olm.package 3 name: test-package 4 defaultChannel: stable 5 --- 6 schema: olm.channel 7 package: test-package 8 name: stable 9 entries: 10 - name: busybox.v2.0.0 11 replaces: busybox.v1.0.0 12 --- 13 schema: olm.bundle 14 name: busybox.v2.0.0 15 package: test-package 16 image: quay.io/olmtest/busybox-bundle:2.0.0 17 properties: 18 - type: olm.gvk 19 value: 20 group: example.com 21 kind: TestA 22 version: v1alpha1 23 - type: olm.package 24 value: 25 packageName: test-package 26 version: 1.0.0