Skip to content

Commit

Permalink
Use Kourier v1.11 instead of v1.10 for release-next (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 authored Aug 14, 2023
1 parent 67ed433 commit 50b264c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openshift/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ function install_serverless(){
export GOPATH=/tmp/go
export ON_CLUSTER_BUILDS=true
export DOCKER_REPO_OVERRIDE=image-registry.openshift-image-registry.svc:5000/openshift-marketplace

# TODO: Remove this workaround once SO started using kourier v1.11.
# This workaround is necessary as release-next has serving/pull/14074, which requires net-kourier/pull/1058.
sed "s/kourier: knative-v1.10/kourier: knative-v1.11/" -i olm-catalog/serverless-operator/project.yaml
sed "s/net_kourier_artifacts_branch: release-v1.10/net_kourier_artifacts_branch: release-v1.11/" -i olm-catalog/serverless-operator/project.yaml

OPENSHIFT_CI="true" make generated-files images install-serving || return $?

# Create a secret for https test.
Expand Down

0 comments on commit 50b264c

Please sign in to comment.