diff --git a/frontend/packages/pipelines-plugin/src/components/catalog/const.ts b/frontend/packages/pipelines-plugin/src/components/catalog/const.ts index f7cd001048f..5c5504bf934 100644 --- a/frontend/packages/pipelines-plugin/src/components/catalog/const.ts +++ b/frontend/packages/pipelines-plugin/src/components/catalog/const.ts @@ -1,3 +1,3 @@ -export const TEKTON_HUB_API_ENDPOINT = 'https://api.hub.tekton.dev'; +export const TEKTON_HUB_API_ENDPOINT = 'https://api.hub.tekton.dev/v1'; export const TEKTON_HUB_ENDPOINT = `https://hub.tekton.dev`; export const TEKTON_HUB_INTEGRATION_KEY = 'enable-devconsole-integration';