From 274ec217cd52998c9d35b9229bd9e6bc2b667201 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 12:18:35 +0000 Subject: [PATCH] chore(deps): update cypress/browsers docker tag to v25 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .../pipelines/lightspeed-console-e2e-test-pipeline-pf5.yaml | 2 +- .../pipelines/lightspeed-console-e2e-test-pipeline-pf6.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf5.yaml b/.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf5.yaml index 5ccd3937f..d05836f38 100644 --- a/.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf5.yaml +++ b/.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf5.yaml @@ -211,7 +211,7 @@ spec: value: "$(params.commit)" - name: CYPRESS_BUNDLE_IMAGE value: "$(params.bundle-image)" - image: cypress/browsers:24.11.0 + image: cypress/browsers:25.0.0 script: | echo "---------------------------------------------" echo "${CYPRESS_BASE_URL}" diff --git a/.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf6.yaml b/.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf6.yaml index 3fe4dfeb4..56fbb6246 100644 --- a/.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf6.yaml +++ b/.tekton/integration-tests/pipelines/lightspeed-console-e2e-test-pipeline-pf6.yaml @@ -211,7 +211,7 @@ spec: value: "$(params.commit)" - name: CYPRESS_BUNDLE_IMAGE value: "$(params.bundle-image)" - image: cypress/browsers:24.11.0 + image: cypress/browsers:25.0.0 script: | echo "---------------------------------------------" echo "${CYPRESS_BASE_URL}"