This is an automated email from the ASF dual-hosted git repository.

ricardozanini pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 78972748a Issue-738 SonataFlow 'Data Index standalone service' doc 
quay.io image reference (#739)
78972748a is described below

commit 78972748a9f09c3de8528020b1b1335258bf8503
Author: kanunnikau <[email protected]>
AuthorDate: Tue Oct 7 18:48:21 2025 +0200

    Issue-738 SonataFlow 'Data Index standalone service' doc quay.io image 
reference (#739)
    
    * Change example docker-compose data-index image from obsolete 
quay.io/kiegroup/... to 
{sonataflow_dataindex_postgresql_imagename}:{operator_version}
    
    * Add subs="attributes+" to source code blocks to resolve variables
---
 .../modules/ROOT/pages/data-index/data-index-service.adoc      | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/serverlessworkflow/modules/ROOT/pages/data-index/data-index-service.adoc 
b/serverlessworkflow/modules/ROOT/pages/data-index/data-index-service.adoc
index 21409c668..896c73087 100644
--- a/serverlessworkflow/modules/ROOT/pages/data-index/data-index-service.adoc
+++ b/serverlessworkflow/modules/ROOT/pages/data-index/data-index-service.adoc
@@ -56,11 +56,11 @@ For this purpose, it is important to make sure the 
following addons are included
 Here you can see in example, how the {data_index_ref} resource definition can 
be deployed as part of a docker-compose definition
 
 .Example of `DataIndex` resource in a docker-compose deployment using Kafka 
eventing:
-[source,yaml]
+[source,yaml,subs="attributes+"]
 ----
   data-index:
     container_name: data-index
-    image: quay.io/kiegroup/kogito-data-index-postgresql:latest <1>
+    image: {sonataflow_dataindex_postgresql_imagename}:{operator_version} <1>
     ports:
       - "8180:8080"
     depends_on:
@@ -114,7 +114,7 @@ More details about customizing Quarkus generated images can 
be found in {quarkus
 This deployment definition resource shows how the {data_index_ref} service 
configured and deployed can connect with an existing PostgreSQL database and to 
consume Knative events.
 
 .Example `DataIndex` resource with PostgreSQL persistence and Knative eventing 
in a kubernetes environment :
-[source,yaml]
+[source,yaml,subs="attributes+"]
 ----
 apiVersion: v1
 kind: Service
@@ -154,7 +154,7 @@ spec:
     spec:
       containers:
         - name: data-index-service-postgresql
-          image: quay.io/kiegroup/kogito-data-index-postgresql:latest <1>
+          image: 
{sonataflow_dataindex_postgresql_imagename}:{operator_version} <1>
           imagePullPolicy: Always
           ports:
             - containerPort: 8080
@@ -258,4 +258,4 @@ A full example where the {data_index_ref} service 
standalone is deployed using K
 * 
xref:use-cases/advanced-developer-use-cases/event-orchestration/consume-produce-events-with-knative-eventing.adoc[]
 * 
xref:use-cases/advanced-developer-use-cases/timeouts/timeout-showcase-example.adoc[Timeout
 example in {product_name}]
 
-include::../_common-content/report-issue.adoc[]
\ No newline at end of file
+include::../_common-content/report-issue.adoc[]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to