You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gf...@apache.org on 2024/03/26 14:34:48 UTC

(camel-k-examples) branch main updated: fix: upgrade lra-coordinator image for saga example

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

gfournier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 92e1eff  fix: upgrade lra-coordinator image for saga example
92e1eff is described below

commit 92e1effb3eecb79b3262d2ab9b126e02aa2d0692
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Tue Mar 26 15:19:41 2024 +0100

    fix: upgrade lra-coordinator image for saga example
---
 generic-examples/saga/README.md            | 4 ++++
 generic-examples/saga/lra-coordinator.yaml | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/generic-examples/saga/README.md b/generic-examples/saga/README.md
index 8b850eb..74498fb 100644
--- a/generic-examples/saga/README.md
+++ b/generic-examples/saga/README.md
@@ -13,6 +13,8 @@ kamel install
 kubectl apply -f lra-coordinator.yaml
 ```
 
+Note: if it does not works check another tag (like latest) for the `quay.io/jbosstm/lra-coordinator` image.
+
 * Start the three demo services
 ```
 kamel run -d camel:lra Payment.java
@@ -46,3 +48,5 @@ flight-7c8df48b88-6pzwt integration 2020-03-02 10:56:30.256 INFO  [XNIO-2 task-6
 flight-7c8df48b88-6pzwt integration 2020-03-02 10:56:35.150 INFO  [default-workqueue-3] route2 - Buying flight #19
 flight-7c8df48b88-6pzwt integration 2020-03-02 10:56:35.197 INFO  [XNIO-1 I/O-1] route2 - Payment for flight #19 done
 ```
+
+Warning: this example does not work with knative enabled on the integrations.
\ No newline at end of file
diff --git a/generic-examples/saga/lra-coordinator.yaml b/generic-examples/saga/lra-coordinator.yaml
index 1cc2225..c56288c 100644
--- a/generic-examples/saga/lra-coordinator.yaml
+++ b/generic-examples/saga/lra-coordinator.yaml
@@ -79,7 +79,7 @@ spec:
             scheme: HTTP
           initialDelaySeconds: 180
         name: lra-coordinator
-        image: quay.io/jbosstm/lra-coordinator:5.13.1.Final-2.16.4.Final
+        image: quay.io/jbosstm/lra-coordinator:7.0.1.Final-3.8.3
         ports:
         - containerPort: 8080
           protocol: TCP