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
Public tekton hub API was not set by default in the hub resolver, i
understand that ArtifactHUB is the future but until then
makes it more easier to use the tekton hub
Signed-off-by: Chmouel Boudjnah <[email protected]>
Copy file name to clipboardExpand all lines: docs/hub-resolver.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,10 @@ env
64
64
value: "https://artifacthub.io/"
65
65
```
66
66
67
-
When setting the `type` field to `tekton`, you **must** configure your own instance of the Tekton Hub by setting the `TEKTON_HUB_API` environment variable in
67
+
When setting the `type` field to `tekton`, the resolver will hit the public
68
+
tekton catalog api at https://api.hub.tekton.dev by default but you can configure
69
+
your own instance of the Tekton Hub by setting the `TEKTON_HUB_API` environment
0 commit comments