From a0a164e6d47f49d853e1c9d6b65784604d0e78b5 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 08:11:37 +0000 Subject: [PATCH] chore(deps): update cypress/browsers docker tag to v24.14.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 19c7fbe50..5a4110ebf 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 @@ -185,7 +185,7 @@ spec: value: "$(params.commit)" - name: CYPRESS_BUNDLE_IMAGE value: "$(params.bundle-image)" - image: cypress/browsers:24.13.0 + image: cypress/browsers:24.14.0 script: | apt update && apt install -y jq echo "COMMIT_SHA: ${COMMIT_SHA}" 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 9c2be5a91..04008832d 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 @@ -185,7 +185,7 @@ spec: value: "$(params.commit)" - name: CYPRESS_BUNDLE_IMAGE value: "$(params.bundle-image)" - image: cypress/browsers:24.13.0 + image: cypress/browsers:24.14.0 script: | apt update && apt install -y jq echo "COMMIT_SHA: ${COMMIT_SHA}"