diff --git a/.tekton/pull-request.yaml b/.tekton/pull-request.yaml index 2800950..a1a1128 100644 --- a/.tekton/pull-request.yaml +++ b/.tekton/pull-request.yaml @@ -19,7 +19,7 @@ spec: params: - name: bundle value: >- - quay.io/redhat-appstudio-tekton-catalog/pipeline-core-services-docker-build:latest + quay.io/konflux-ci/tekton-catalog/pipeline-core-services-docker-build:latest - name: name value: docker-build - name: kind diff --git a/.tekton/push.yaml b/.tekton/push.yaml index 600dc5e..389068c 100644 --- a/.tekton/push.yaml +++ b/.tekton/push.yaml @@ -19,7 +19,7 @@ spec: params: - name: bundle value: >- - quay.io/redhat-appstudio-tekton-catalog/pipeline-core-services-docker-build:latest + quay.io/konflux-ci/tekton-catalog/pipeline-core-services-docker-build:latest - name: name value: docker-build - name: kind diff --git a/.tekton/unit-test.yaml b/.tekton/unit-test.yaml index f695bf0..c612695 100644 --- a/.tekton/unit-test.yaml +++ b/.tekton/unit-test.yaml @@ -28,7 +28,7 @@ spec: tasks: - name: fetch-repository taskRef: - bundle: quay.io/redhat-appstudio-tekton-catalog/task-git-clone:0.1 + bundle: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1 name: git-clone workspaces: - name: output diff --git a/.tekton/update-pipeline-service.save b/.tekton/update-pipeline-service.save index 4b68642..8684fea 100644 --- a/.tekton/update-pipeline-service.save +++ b/.tekton/update-pipeline-service.save @@ -41,5 +41,5 @@ spec: - name: GITHUB_APP_INSTALLATION_ID value: "35628851" taskRef: - bundle: quay.io/redhat-appstudio-tekton-catalog/task-update-infra-deployments:0.1 + bundle: quay.io/konflux-ci/tekton-catalog/task-update-infra-deployments:0.1 name: update-infra-deployments