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

Commit

Permalink
chore: RHIDP-1105 fix bundle annotations to be version agnostic; tran…
Browse files Browse the repository at this point in the history
…sform downstream (#244)

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Feb 27, 2024
1 parent 9fad82f commit 6231da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rhdh/bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ annotations:
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: rhdh
operators.operatorframework.io.bundle.channel.default.v1: fast
operators.operatorframework.io.bundle.channels.v1: fast
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.bundle.channels.v1: stable,stable-${CI_X_VERSION}.${CI_Y_VERSION}

0 comments on commit 6231da2

Please sign in to comment.