From 9db299fc3e4060d003f0d2adaa531e17ef8a98f8 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 14:55:10 +0000 Subject: [PATCH] Update mcr.microsoft.com/playwright Docker tag to v1.61.1 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..98e47271 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.1-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.1-noble script: | echo "$KUBECONFIG_VALUE" > /credentials/kubeconfig echo "COMMIT_SHA: ${COMMIT_SHA}"