Skip to content

Commit

Permalink
Merge pull request #881 from michalvavrik/feature/disable-helm-due-to…
Browse files Browse the repository at this point in the history
…-breaking-changes

Disable Quarkus Helm due to breaking upstream changes after Dekorate bump
  • Loading branch information
michalvavrik authored Sep 18, 2023
2 parents 2d1c608 + 9dd0e5a commit 892c7ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<packaging>pom</packaging>
<modules>
<module>quarkus-cli</module>
<module>quarkus-helm</module>
<!-- TODO: uncomment helm when we use version adapted to https://github.com/quarkusio/quarkus/pull/34956 -->
<!-- <module>quarkus-helm</module> -->
<module>pingpong</module>
<module>restclient</module>
<module>greetings</module>
Expand Down

0 comments on commit 892c7ce

Please sign in to comment.