-
Notifications
You must be signed in to change notification settings - Fork 261
Closed
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Description
Problem
Currently, the tektoncd/cli repository still contains outdated references to storage.googleapis.com in its documentation, installation guides, and scripts.
Proposed Solution
We need to find and replace all instances of the old GCS URLs with the new infrastructure URLs throughout the repository.
Specifically, we need to transition references that look like:
https://storage.googleapis.com/tekton-releases/...
to the new format:
https://infra.tekton.dev/tekton-releases/...
Acceptance Criteria
- Documentation: Update all release and installation URLs across the
docs/folder,README.md, and any other markdown files. - Scripts: Update any fetching, setup, or release helper scripts (e.g., inside the
hack/directory). - Codebase Validation: Ensure that no broken links are introduced and that the updated
infra.tekton.devURLs resolve properly for Tekton Results manifests/components.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.