This is an automated email from the ASF dual-hosted git repository.
tsato 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 7875992 chore(ci): kourier versions not necessarily bound to
knative-serving
7875992 is described below
commit 787599254b8346c8d5f36edfb6ccfc96479e2c19
Author: Tadayoshi Sato <[email protected]>
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 \