Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components.nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/TektonHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ To install Tekton Hub on your cluster follow steps as given below:
- `GHE_URL=<github enterprise url(leave it blank if not using github enterprise>`
- `GLE_URL=<gitlab enterprise url(leave it blank if not using gitlab enterprise>`

> _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.

Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions hack/fetch-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading