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 5b837208e chore(ci): Knative 1.14.0
5b837208e is described below
commit 5b837208e938d34cd033f54d36b1c97d0c5e2fb4
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon May 27 16:22:54 2024 +0200
chore(ci): Knative 1.14.0
---
.github/actions/kamel-install-knative/install-knative.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/actions/kamel-install-knative/install-knative.sh
b/.github/actions/kamel-install-knative/install-knative.sh
index 1ec4d8003..b5ed6c4f8 100755
--- a/.github/actions/kamel-install-knative/install-knative.sh
+++ b/.github/actions/kamel-install-knative/install-knative.sh
@@ -30,9 +30,9 @@ ${SUDO} wget
https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_
set +e
-export SERVING_VERSION=knative-v1.11.0
-export EVENTING_VERSION=knative-v1.11.0
-export KOURIER_VERSION=knative-v1.11.0
+export SERVING_VERSION=knative-v1.14.0
+export EVENTING_VERSION=knative-v1.14.0
+export KOURIER_VERSION=knative-v1.14.0
TIMEOUT="150s"