Skip to content

Commit

Permalink
Update(pom.xml): CRD file path
Browse files Browse the repository at this point in the history
  • Loading branch information
rkubis committed Nov 29, 2024
1 parent 26fd44f commit 2a6603e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://raw.githubusercontent.com/Apicurio/apicurio-registry-operator/v${version.operator}/bundle/${version.operator}/manifests/registry.apicur.io_apicurioregistries.yaml</url>
<url>https://raw.githubusercontent.com/Apicurio/apicurio-registry/refs/heads/main/operator/install/install.yaml</url>
<outputFileName>registry.apicur.io_apicurioregistries.yaml</outputFileName>
<outputDirectory>${project.build.directory}</outputDirectory>
<skipCache>true</skipCache>
Expand Down

0 comments on commit 2a6603e

Please sign in to comment.