From 05f0e508674b95df9cb1e25fb2800ae15e465087 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Mon, 10 Jun 2024 13:20:41 +0200 Subject: [PATCH] kie-issues#1252: Configure tagVersion programmatically for `data-index-ephemeral` image. (#3529) * New property to configure only the tagVersion * Change CI # Conflicts: # .ci/jenkins/Jenkinsfile.setup-branch --- .../kogito-quarkus-workflow-common-deployment/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quarkus/extensions/kogito-quarkus-workflow-extension-common/kogito-quarkus-workflow-common-deployment/pom.xml b/quarkus/extensions/kogito-quarkus-workflow-extension-common/kogito-quarkus-workflow-common-deployment/pom.xml index a215a838e84..cf9e3b9ea6d 100644 --- a/quarkus/extensions/kogito-quarkus-workflow-extension-common/kogito-quarkus-workflow-common-deployment/pom.xml +++ b/quarkus/extensions/kogito-quarkus-workflow-extension-common/kogito-quarkus-workflow-common-deployment/pom.xml @@ -33,7 +33,8 @@ Kogito :: Quarkus Workflow Extension Common :: Deployment - docker.io/apache/incubator-kie-kogito-data-index-ephemeral:main + main + docker.io/apache/incubator-kie-kogito-data-index-ephemeral:${data-index-ephemeral.image.tagVersion} org.kie.kogito.quarkus.workflow.deployment