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 0abbf7e0e chore(ci): update quarkus runtime to 3.29.0
0abbf7e0e is described below
commit 0abbf7e0edcb2fd71266a1e541d3f5ba89f3ade3
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Oct 29 17:35:53 2025 +0100
chore(ci): update quarkus runtime to 3.29.0
---
.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 624a8d86f..b268ac402 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"}}}}' --type=merge
+ kubectl patch itp camel-k -n camel-k -p
'{"spec":{"traits":{"camel":{"runtimeProvider":"plain-quarkus",
"runtimeVersion":"3.29.0"}}}}' --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"}}}}' --type=merge
+ kubectl patch itp camel-k -n camel-k -p
'{"spec":{"traits":{"camel":{"runtimeProvider":"plain-quarkus",
"runtimeVersion":"3.29.0"}}}}' --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"}}}}' --type=merge
+ kubectl patch itp camel-k -n camel-k -p
'{"spec":{"traits":{"camel":{"runtimeProvider":"plain-quarkus",
"runtimeVersion":"3.29.0"}}}}' --type=merge
kubectl wait --for=jsonpath='{.status.phase}'=Ready itp camel-k -n
camel-k --timeout=60s
- name: Run test