From cb9d30f9deed3f7a72d7bdbaa8d4127554fb049f Mon Sep 17 00:00:00 2001 From: David Hadas Date: Wed, 2 Aug 2023 16:17:49 +0300 Subject: [PATCH] rename-sandbox (#1838) --- test/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/common.sh b/test/common.sh index 2ba645c51..e2d796038 100755 --- a/test/common.sh +++ b/test/common.sh @@ -41,7 +41,7 @@ function install_istio() { ( cd $NET_ISTIO_DIR \ && git init \ - && git remote add origin https://github.com/knative-sandbox/net-istio.git \ + && git remote add origin https://github.com/knative-extensions/net-istio.git \ && git fetch --depth 1 origin $LATEST_NET_ISTIO_RELEASE_VERSION \ && git checkout FETCH_HEAD ) @@ -88,7 +88,7 @@ function knative_setup() { # Serving and Net-Istio versions may differ on patch lvl start_knative_serving "https://storage.googleapis.com/knative-releases/serving/previous/v${serving_version}/serving-crds.yaml" \ "https://storage.googleapis.com/knative-releases/serving/previous/v${serving_version}/serving-core.yaml" \ - "https://storage.googleapis.com/knative-releases/net-istio/previous/v$(get_latest_release_version "knative-sandbox" "net-istio")/net-istio.yaml" + "https://storage.googleapis.com/knative-releases/net-istio/previous/v$(get_latest_release_version "knative-extensions" "net-istio")/net-istio.yaml" fi if ! is_ingress_class istio; then