I have installed tkn cli and installed 0.8 version of git-clone using this command:
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.8/git-clone.yaml
However, when i run the pipeline, i get the following error:
PIpeline can't be Run; it contains Tasks that don't exist: Couldn't retrieve Task "git-clone": failed to get task: tasks.tekton.dev "git-clone" not found
- Tried installing the git-clone task using
tkn hub install task git-clone
. It had issues with version. - Installed by applying kubectl like I said above. Now tkn shows the task but the pipeline fails.