From 94b6a96a900e763d95ffb190e2eaa8ce469b5ac9 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 08:12:15 +0000 Subject: [PATCH] Update cypress/browsers Docker tag to v24.13.0 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..9c9af0886 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:24.13.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..286e19126 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:24.13.0 script: | echo "---------------------------------------------" echo "${CYPRESS_BASE_URL}"