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

orpiske pushed a commit to branch camel-main-camel-3.10-cq-2x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 6c529683924b63a2a48d76f44a172ef5dcd19430
Author: Tadayoshi Sato <sato.tadayo...@gmail.com>
AuthorDate: Mon Jun 7 17:10:24 2021 +0900

    chore(ci): kourier versions not necessarily bound to knative-serving
---
 .github/workflows/knative.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/knative.yml b/.github/workflows/knative.yml
index 5ce9063..04a3146 100644
--- a/.github/workflows/knative.yml
+++ b/.github/workflows/knative.yml
@@ -96,6 +96,7 @@ jobs:
 
         export SERVING_VERSION=v0.16.0
         export EVENTING_VERSION=v0.16.2
+        export KOURIER_VERSION=v0.16.0
         export SOURCES_VERSION=v0.16.0
 
         # Serving
@@ -103,7 +104,7 @@ jobs:
         curl -L -s 
https://github.com/knative/serving/releases/download/$SERVING_VERSION/serving-core.yaml
 | yq 'del(.spec.template.spec.containers[]?.resources)' -y | kubectl apply -f -
 
         # Kourier
-        kubectl apply --filename 
https://github.com/knative/net-kourier/releases/download/$SERVING_VERSION/kourier.yaml
+        kubectl apply --filename 
https://github.com/knative/net-kourier/releases/download/$KOURIER_VERSION/kourier.yaml
         kubectl patch configmap/config-network \
         --namespace knative-serving \
         --type merge \
@@ -219,6 +220,7 @@ jobs:
 
           export SERVING_VERSION=v0.16.0
           export EVENTING_VERSION=v0.16.2
+          export KOURIER_VERSION=v0.16.0
           export SOURCES_VERSION=v0.16.0
 
           # Serving
@@ -226,7 +228,7 @@ jobs:
           curl -L -s 
https://github.com/knative/serving/releases/download/$SERVING_VERSION/serving-core.yaml
 | yq 'del(.spec.template.spec.containers[]?.resources)' -y | kubectl apply -f -
 
           # Kourier
-          kubectl apply --filename 
https://github.com/knative/net-kourier/releases/download/$SERVING_VERSION/kourier.yaml
+          kubectl apply --filename 
https://github.com/knative/net-kourier/releases/download/$KOURIER_VERSION/kourier.yaml
           kubectl patch configmap/config-network \
           --namespace knative-serving \
           --type merge \

Reply via email to