Skip to content

Commit

Permalink
chore(ci): kourier versions not necessarily bound to knative-serving
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Jun 7, 2021
1 parent bab6398 commit 7875992
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/knative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,15 @@ 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
kubectl apply --filename https://github.com/knative/serving/releases/download/$SERVING_VERSION/serving-crds.yaml
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 \
Expand Down Expand Up @@ -219,14 +220,15 @@ 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
kubectl apply --filename https://github.com/knative/serving/releases/download/$SERVING_VERSION/serving-crds.yaml
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 \
Expand Down

0 comments on commit 7875992

Please sign in to comment.