Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: stepaction with artifacthub resolver fails on validation #8634

Open
waveywaves opened this issue Mar 11, 2025 · 1 comment · May be fixed by #8635
Open

bug: stepaction with artifacthub resolver fails on validation #8634

waveywaves opened this issue Mar 11, 2025 · 1 comment · May be fixed by #8635
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@waveywaves
Copy link
Member

Expected Behavior

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

  1. Create a task by referring steps action following this doc.

  2. Create a sample taskrun for the task.

  3. 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)
@waveywaves waveywaves added the kind/bug Categorizes issue or PR as related to a bug. label Mar 11, 2025
@waveywaves waveywaves linked a pull request Mar 11, 2025 that will close this issue
8 tasks
@waveywaves
Copy link
Member Author

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant