This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 2d6f29b5284a1fbf92ba427b2057a1f7daab7c06 Author: Antonin Stefanutti <[email protected]> AuthorDate: Thu Aug 18 17:48:51 2022 +0200 chore(e2e): Install Knative 1.6.0 --- .github/actions/kamel-install-knative/install-knative.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/kamel-install-knative/install-knative.sh b/.github/actions/kamel-install-knative/install-knative.sh index a8a342a7e..87a87c3ea 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_amd set +e -export SERVING_VERSION=knative-v1.3.0 -export EVENTING_VERSION=knative-v1.3.3 -export KOURIER_VERSION=knative-v1.3.0 +export SERVING_VERSION=knative-v1.6.0 +export EVENTING_VERSION=knative-v1.6.0 +export KOURIER_VERSION=knative-v1.6.0 apply() { local file="${1:-}" @@ -55,7 +55,7 @@ apply() { SERVING_CRDS="https://github.com/knative/serving/releases/download/${SERVING_VERSION}/serving-crds.yaml" SERVING_CORE="https://github.com/knative/serving/releases/download/${SERVING_VERSION}/serving-core.yaml" -KOURIER="https://github.com/knative/net-kourier/releases/download/${KOURIER_VERSION}/kourier.yaml" +KOURIER="https://github.com/knative-sandbox/net-kourier/releases/download/${KOURIER_VERSION}/kourier.yaml" EVENTING_CRDS="https://github.com/knative/eventing/releases/download/${EVENTING_VERSION}/eventing-crds.yaml" EVENTING_CORE="https://github.com/knative/eventing/releases/download/${EVENTING_VERSION}/eventing-core.yaml" IN_MEMORY_CHANNEL="https://github.com/knative/eventing/releases/download/${EVENTING_VERSION}/in-memory-channel.yaml"
