diff --git a/components.nightly.yaml b/components.nightly.yaml index aae10df66a..720fbb5fdb 100644 --- a/components.nightly.yaml +++ b/components.nightly.yaml @@ -22,7 +22,7 @@ manual-approval-gate: github: openshift-pipelines/manual-approval-gate version: v0.3.0 hub: - github: tektoncd/hub + github: openshift-pipelines/hub version: v1.18.0 pipelines-as-code: github: openshift-pipelines/pipelines-as-code diff --git a/components.yaml b/components.yaml index babff622a1..8abd2e7cab 100644 --- a/components.yaml +++ b/components.yaml @@ -5,8 +5,8 @@ dashboard: github: tektoncd/dashboard version: v0.60.0 hub: - github: tektoncd/hub - version: v1.22.9 + github: openshift-pipelines/hub + version: v1.22.11 manual-approval-gate: github: openshift-pipelines/manual-approval-gate version: v0.6.0 diff --git a/docs/TektonHub.md b/docs/TektonHub.md index a895827eea..6ccd3f80b3 100644 --- a/docs/TektonHub.md +++ b/docs/TektonHub.md @@ -118,7 +118,7 @@ To install Tekton Hub on your cluster follow steps as given below: - `GHE_URL=` - `GLE_URL=` - > _Note 1_: For more details please refer to [here](https://github.com/tektoncd/hub/blob/main/docs/DEPLOYMENT.md#create-git-oauth-applications) + > _Note 1_: For more details please refer to [here](https://github.com/openshift-pipelines/hub/blob/main/docs/DEPLOYMENT.md#create-git-oauth-applications) 3. Once the secrets are created now we need to understand how TektonHub CR looks. @@ -181,4 +181,4 @@ To install Tekton Hub on your cluster follow steps as given below: hub v1.6.0 True https://api.route.url https://ui.route.url ``` -[hub]: https://github.com/tektoncd/hub +[hub]: https://github.com/openshift-pipelines/hub diff --git a/hack/fetch-releases.sh b/hack/fetch-releases.sh index d9bf7b8a3e..d8739c6a77 100755 --- a/hack/fetch-releases.sh +++ b/hack/fetch-releases.sh @@ -299,7 +299,7 @@ release_yaml_hub() { ko_data=${SCRIPT_DIR}/cmd/${TARGET}/operator/kodata if [ ${version} == "latest" ] then - version=$(curl -sL https://api.github.com/repos/tektoncd/hub/releases | jq -r ".[].tag_name" | sort -Vr | head -n1) + version=$(curl -sL https://api.github.com/repos/openshift-pipelines/hub/releases | jq -r ".[].tag_name" | sort -Vr | head -n1) dirPath=${ko_data}/tekton-hub/0.0.0-latest else dirPath=${ko_data}/tekton-hub/${version} @@ -330,7 +330,7 @@ release_yaml_hub() { [[ ${component} == "api" ]] || [[ ${component} == "ui" ]] && fileName=${component}-${TARGET}.yaml - url="https://github.com/tektoncd/hub/releases/download/${version}/${fileName}" + url="https://github.com/openshift-pipelines/hub/releases/download/${version}/${fileName}" echo $url http_response=$(curl -s -L -o ${destinationFile} -w "%{http_code}" ${url}) echo url: ${url} diff --git a/operatorhub/openshift/manifests/bases/openshift-pipelines-operator-rh.clusterserviceversion.template.yaml b/operatorhub/openshift/manifests/bases/openshift-pipelines-operator-rh.clusterserviceversion.template.yaml index 8d8c2c10db..6343f3bd0d 100644 --- a/operatorhub/openshift/manifests/bases/openshift-pipelines-operator-rh.clusterserviceversion.template.yaml +++ b/operatorhub/openshift/manifests/bases/openshift-pipelines-operator-rh.clusterserviceversion.template.yaml @@ -334,7 +334,7 @@ spec: - Tekton Triggers: v0.33.0 - Pipelines as Code: v0.37.7 - Tekton Chains: v0.25.1 - - Tekton Hub (tech-preview): v1.22.9 + - Tekton Hub (tech-preview): v1.22.11 - Tekton Results (tech-preview): v0.16.0 - Manual Approval Gate (tech-preview): v0.6.0 - Tekton Pruner (tech-preview): v0.2.0