Skip to content

Commit

Permalink
DBZ-7003 Added missing .metadata.annotations.repository field to CSV …
Browse files Browse the repository at this point in the history
…metadata
  • Loading branch information
jcechace authored and jpechane committed Oct 5, 2023
1 parent ad00061 commit a7e490e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<olm.bundle.containerImage>${quarkus.container-image.registry}/${quarkus.container-image.group}/${quarkus.container-image.name}:${quarkus.container-image.tag}</olm.bundle.containerImage>
<olm.bundle.createdAt>${maven.build.timestamp}</olm.bundle.createdAt>
<olm.bundle.package.name>debezium-operator</olm.bundle.package.name>
<olm.bundle.repository>${project.scm.url}</olm.bundle.repository>

<!-- Quarkus configuration and versions-->
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
@InstallMode(type = "AllNamespaces"),
@InstallMode(type = "MultiNamespace")},
annotations = @Annotations(
repository = "${olm.bundle.repository}",
capabilities = "Basic Install",
categories = "Big Data, Database, Integration & Delivery, Streaming & Messaging",
containerImage = "${olm.bundle.containerImage}",
Expand Down

0 comments on commit a7e490e

Please sign in to comment.