You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TaskRun/PipelineRun fails if stepaction is referenced via artifact hub resolver with below error.
error requesting remote resource: invalid resource request "default/hub-fe2edf246cc29f2db3da1972139e276b": failed to validate params: kind param must be task or pipeline
Actual Behavior
TaskRun/PipelineRun should run
Steps to Reproduce the Problem
Create a task by referring steps action following this doc.
Create a sample taskrun for the task.
Taskrun fails with below error.
Additional Info
Kubernetes version:
Output of kubectl version:
(paste your output here)
Tekton Pipeline version:
Output of tkn version or kubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
(paste your output here)
The text was updated successfully, but these errors were encountered:
Expected Behavior
TaskRun/PipelineRun fails if stepaction is referenced via artifact hub resolver with below error.
Actual Behavior
TaskRun/PipelineRun should run
Steps to Reproduce the Problem
Create a task by referring steps action following this doc.
Create a sample taskrun for the task.
Taskrun fails with below error.
Additional Info
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
The text was updated successfully, but these errors were encountered: