Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit 6c9414d

Browse files
chore: RHIDP-1105 fix bundle annotations to be version agnostic; transform downstream (#245)
Signed-off-by: Nick Boldt <nboldt@redhat.com> Co-authored-by: Nick Boldt <nboldt@redhat.com>
1 parent e8c8de4 commit 6c9414d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rhdh/bundle/metadata/annotations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ annotations:
33
operators.operatorframework.io.bundle.manifests.v1: manifests/
44
operators.operatorframework.io.bundle.metadata.v1: metadata/
55
operators.operatorframework.io.bundle.package.v1: rhdh
6-
operators.operatorframework.io.bundle.channel.default.v1: fast
7-
operators.operatorframework.io.bundle.channels.v1: fast
6+
operators.operatorframework.io.bundle.channel.default.v1: stable
7+
operators.operatorframework.io.bundle.channels.v1: stable,stable-${CI_X_VERSION}.${CI_Y_VERSION}

0 commit comments

Comments
 (0)