This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch squakez-patch-1 in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 466a801c9887dfd5064759912e99470632a04c2c 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"
