-
Notifications
You must be signed in to change notification settings - Fork 161
Update Knative Serving/Eventing/Build GCS bucket #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,9 +23,9 @@ readonly SERVING_GKE_VERSION=latest | |
| readonly SERVING_GKE_IMAGE=cos | ||
|
|
||
| # Public images and yaml files. | ||
| readonly KNATIVE_ISTIO_YAML=https://storage.googleapis.com/knative-releases/latest/istio.yaml | ||
| readonly KNATIVE_SERVING_RELEASE=https://storage.googleapis.com/knative-releases/latest/release.yaml | ||
| readonly KNATIVE_BUILD_RELEASE=https://storage.googleapis.com/build-crd/latest/release.yaml | ||
| readonly KNATIVE_ISTIO_YAML=https://storage.googleapis.com/knative-releases/serving/latest/istio.yaml | ||
| readonly KNATIVE_SERVING_RELEASE=https://storage.googleapis.com/knative-releases/serving/latest/release.yaml | ||
| readonly KNATIVE_BUILD_RELEASE=https://storage.googleapis.com/build-crd/latest/build/release.yaml | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should u change event release to be under eventing subfolder as well?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, see the PR mentioned in the PR description. This PR needs to be rebased once #25 is in. |
||
| # Flag that this script was loaded. | ||
| readonly KNATIVE_TEST_INFRA=1 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build-crd instead of knative-releases? we don't consider build-crd as part of knative-releases?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. build-crd GCR is no more. See knative/build#276