Skip to content

Commit

Permalink
fix: release (#143)
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <[email protected]>
  • Loading branch information
csviri authored Dec 20, 2024
1 parent 0702047 commit 6fb2c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ quarkus.kubernetes.image-pull-policy=if-not-present
quarkus.package.type=uber-jar
quarkus.jib.jvm-additional-arguments=-Dpolyglot.engine.WarnInterpreterOnly=false
# To inherit visibility from the repo
quarkus.container-image.labels."org.opencontainers.image.source"=https://github.com/csviri/kubernetes-glue-operator
quarkus.container-image.labels."org.opencontainers.image.documentation"=https://github.com/csviri/kubernetes-glue-operator?tab=readme-ov-file#documentation
quarkus.container-image.labels."org.opencontainers.image.source"=https://github.com/java-operator-sdk/kubernetes-glue-operator
quarkus.container-image.labels."org.opencontainers.image.documentation"=https://github.com/java-operator-sdk/kubernetes-glue-operator?tab=readme-ov-file#documentation
# Generate apply-able cluster role bindings
quarkus.kubernetes.namespace=default

0 comments on commit 6fb2c89

Please sign in to comment.