tektoncd/pipeline

Hub Resolver: Add a default catalog for StepAction kind

Open

#10,419 opened on Jul 10, 2026

View on GitHub
 (2 comments) (0 reactions) (1 assignee)Go (1,943 forks)auto 404
good first issuehelp wantedkind/feature

Repository metrics

Stars
 (9,013 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, the Hub Resolver requires the catalog parameter to be set explicitly when resolving StepActions, unlike task and pipeline which have default catalogs via resolveCatalogName.

We should add a default catalog for stepaction so users don't have to specify it every time, consistent with the behavior for tasks and pipelines.

Ref: https://github.com/tektoncd/pipeline/pull/10275#discussion_r3453080195

/kind feature

Contributor guide