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

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


The following commit(s) were added to refs/heads/main by this push:
     new f76de297e chore(ci): use plain quarkus 3.32.1
f76de297e is described below

commit f76de297e9362fec4b7d5db6d036eed21a1b92e6
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Mar 4 08:38:46 2026 +0100

    chore(ci): use plain quarkus 3.32.1
---
 .github/workflows/nightly-quarkus-plain-runtime.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/nightly-quarkus-plain-runtime.yml 
b/.github/workflows/nightly-quarkus-plain-runtime.yml
index b268ac402..ab2187bbc 100644
--- a/.github/workflows/nightly-quarkus-plain-runtime.yml
+++ b/.github/workflows/nightly-quarkus-plain-runtime.yml
@@ -58,7 +58,7 @@ jobs:
         kubectl create ns camel-k
         make install-k8s-global
         kubectl wait --for=jsonpath='{.status.phase}'=Ready itp camel-k -n 
camel-k --timeout=60s
-        kubectl patch itp camel-k -n camel-k -p 
'{"spec":{"traits":{"camel":{"runtimeProvider":"plain-quarkus", 
"runtimeVersion":"3.29.0"}}}}' --type=merge
+        kubectl patch itp camel-k -n camel-k -p 
'{"spec":{"traits":{"camel":{"runtimeProvider":"plain-quarkus", 
"runtimeVersion":"3.32.1"}}}}' --type=merge
         kubectl wait --for=jsonpath='{.status.phase}'=Ready itp camel-k -n 
camel-k --timeout=60s
 
     - name: Run test
@@ -92,7 +92,7 @@ jobs:
         kubectl create ns camel-k
         make install-k8s-global
         kubectl wait --for=jsonpath='{.status.phase}'=Ready itp camel-k -n 
camel-k --timeout=60s
-        kubectl patch itp camel-k -n camel-k -p 
'{"spec":{"traits":{"camel":{"runtimeProvider":"plain-quarkus", 
"runtimeVersion":"3.29.0"}}}}' --type=merge
+        kubectl patch itp camel-k -n camel-k -p 
'{"spec":{"traits":{"camel":{"runtimeProvider":"plain-quarkus", 
"runtimeVersion":"3.32.1"}}}}' --type=merge
         kubectl wait --for=jsonpath='{.status.phase}'=Ready itp camel-k -n 
camel-k --timeout=60s
 
     - name: Run test
@@ -131,7 +131,7 @@ jobs:
         kubectl create ns camel-k
         make install-k8s-global
         kubectl wait --for=jsonpath='{.status.phase}'=Ready itp camel-k -n 
camel-k --timeout=60s
-        kubectl patch itp camel-k -n camel-k -p 
'{"spec":{"traits":{"camel":{"runtimeProvider":"plain-quarkus", 
"runtimeVersion":"3.29.0"}}}}' --type=merge
+        kubectl patch itp camel-k -n camel-k -p 
'{"spec":{"traits":{"camel":{"runtimeProvider":"plain-quarkus", 
"runtimeVersion":"3.32.1"}}}}' --type=merge
         kubectl wait --for=jsonpath='{.status.phase}'=Ready itp camel-k -n 
camel-k --timeout=60s
 
     - name: Run test

Reply via email to