-
Bug
-
Resolution: Done
-
Critical
-
Pipelines 1.20.0
-
2
-
False
-
-
False
-
-
Bug Fix
-
Proposed
-
-
-
Pipelines Sprint CrookShank 39, Pipelines Sprint CrookShank 40
Description of problem:
Upgrade from 1.19.3 to 1.20.0 OSP with PAC. The Hub_catalog_name value is set to tekton by default and will remain as tekton post upgrade to 1.20. and it will not pick up the git-clone task from the correct catalog from artifacthub.io. In field hub-catalog-name is pointed to tekton post upgrade this value is changed to tekton-catalog-task in artifacthub and the old value should be removed for users using default catalogname as tekton, should be removed from configmap of PAC.
Workaround:
The catalog_hub_name in the configmap needs to be removed to work properly.
Prerequisites (if any, like setup, operators/versions):
OSP 1.20.0
Actual results:
There was an issue validating the commit: "error getting remote task from pipelinerun annotations: error getting remote task "git-clone": could not fetch remote task git-clone, artifacthub API returned: could not fetch task git-clone from hub, url: https://artifacthub.io/api/v1/packages/tekton-task/tekton/git-clone: Non-OK HTTP status: 404"
Expected results:
Pipelinerun should succeed
Reproducibility (Always/Intermittent/Only Once):
Always
Additional info (Such as Logs, Screenshots, etc):