diff --git a/.tekton/tasks/e2e-test.yaml b/.tekton/tasks/e2e-test.yaml index 6300d145d2..b840b6b9e7 100644 --- a/.tekton/tasks/e2e-test.yaml +++ b/.tekton/tasks/e2e-test.yaml @@ -26,7 +26,7 @@ spec: type: string steps: - name: e2e-test - image: quay.io/redhat-user-workloads/rhtap-qe-shared-tenant/konflux-e2e/konflux-e2e-tests:91ce627177c27570aebf1bb59b9fd7614f229152 + image: quay.io/susdas/e2e:next # a la infra-deployment updates, when PRs merge in e2e-tests, PRs will be opened # against build-definitions to update this tag args: [ @@ -59,7 +59,7 @@ spec: name: quay-push-secret-konflux-ci key: .dockerconfigjson - name: MY_GITHUB_ORG - value: redhat-appstudio-appdata + value: redhat-appstudio-qe - name: EC_PIPELINES_REPO_URL value: $(params.ec_pipelines_repo_url) - name: EC_PIPELINES_REPO_REVISION