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
|`catalog`| The catalog from where to pull the resource (Optional) | Default: `tekton-catalog-tasks` (for `task` kind); `tekton-catalog-pipelines` (for `pipeline` kind) |
17
-
|`type`| The type of Hub from where to pull the resource (Optional). Either `artifact` or `tekton`| Default: `artifact`|
17
+
|`type`| The type of Hub from where to pull the resource (Optional). Either `artifact` or `tekton`| Default: `artifact`(recommended). Note: `tekton` type is deprecated. |
18
18
|`kind`| Either `task` or `pipeline` (Optional) | Default: `task`|
19
19
|`name`| The name of the task or pipeline to fetch from the hub |`golang-build`|
20
20
|`version`| Version or a Constraint (see [below](#version-constraint) of a task or a pipeline to pull in from. Wrap the number in quotes! |`"0.5.0"`, `">= 0.5.0"`|
@@ -49,9 +49,9 @@ for the name, namespace and defaults that the resolver ships with.
49
49
### Configuring the Hub API endpoint
50
50
51
51
The Hub Resolver supports to resolve resources from the [Artifact Hub](https://artifacthub.io/) and the [Tekton Hub](https://hub.tekton.dev/),
52
-
which can be configured by setting the `type` field of the resolver.
52
+
which can be configured by setting the `type` field of the resolver.
53
53
54
-
*(Please note that the [Tekton Hub](https://hub.tekton.dev/)will be deprecated after [migration to the Artifact Hub](https://github.com/tektoncd/hub/issues/667)is done.)*
54
+
** DEPRECATION NOTICE: [Tekton Hub](https://hub.tekton.dev/)is deprecated. Users should migrate to [Artifact Hub](https://artifacthub.io/) for discovering and managing Tekton resources. See the [migration guide](https://github.com/tektoncd/hub/issues/667)for more information.**
55
55
56
56
When setting the `type` field to `artifact`, the resolver will hit the public hub api at https://artifacthub.io/ by default
57
57
but you can configure your own (for example to use a private hub
0 commit comments