Skip to content

Commit

Permalink
kie-issues#1252: Configure tagVersion programmatically for `data-inde…
Browse files Browse the repository at this point in the history
…x-ephemeral` image. (apache#3529)

* New property to configure only the tagVersion

* Change CI
# Conflicts:
#	.ci/jenkins/Jenkinsfile.setup-branch
  • Loading branch information
rgdoliveira committed Jun 10, 2024
1 parent 10563cf commit 05f0e50
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
<name>Kogito :: Quarkus Workflow Extension Common :: Deployment</name>

<properties>
<data-index-ephemeral.image>docker.io/apache/incubator-kie-kogito-data-index-ephemeral:main</data-index-ephemeral.image>
<data-index-ephemeral.image.tagVersion>main</data-index-ephemeral.image.tagVersion>
<data-index-ephemeral.image>docker.io/apache/incubator-kie-kogito-data-index-ephemeral:${data-index-ephemeral.image.tagVersion}</data-index-ephemeral.image>
<java.module.name>org.kie.kogito.quarkus.workflow.deployment</java.module.name>
</properties>

Expand Down

0 comments on commit 05f0e50

Please sign in to comment.