From d941f33435aee99c470c0a070619ec308eccca7f Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 08:12:02 +0000 Subject: [PATCH] Update mcr.microsoft.com/playwright Docker tag to v1.61.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .tekton/integration-tests/lightspeed-console-pre-commit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/integration-tests/lightspeed-console-pre-commit.yaml b/.tekton/integration-tests/lightspeed-console-pre-commit.yaml index 51a91d16..c88ffd24 100644 --- a/.tekton/integration-tests/lightspeed-console-pre-commit.yaml +++ b/.tekton/integration-tests/lightspeed-console-pre-commit.yaml @@ -118,7 +118,7 @@ spec: env: - name: COMMIT_SHA value: $(params.commit) - image: mcr.microsoft.com/playwright:v1.60.0-noble + image: mcr.microsoft.com/playwright:v1.61.0-noble resources: limits: memory: 4Gi @@ -202,7 +202,7 @@ spec: resources: limits: memory: 8Gi - image: mcr.microsoft.com/playwright:v1.60.0-noble + image: mcr.microsoft.com/playwright:v1.61.0-noble script: | echo "$KUBECONFIG_VALUE" > /credentials/kubeconfig echo "COMMIT_SHA: ${COMMIT_SHA}"