From bd978c71bf6fc3e97f71ceea3387079f37098f99 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Thu, 28 Mar 2024 14:40:20 +0100 Subject: [PATCH] Upgrade cypress to 13.7.1 --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index a33bd8d..e0af7db 100644 --- a/values.yaml +++ b/values.yaml @@ -211,7 +211,7 @@ tests: image: # https://hub.docker.com/r/cypress/included/tags repository: cypress/included - tag: 12.17.4 + tag: 13.7.1 pullPolicy: IfNotPresent ssoLogin: # Set this to "true" to use the OIDC plugin to log in in the tests -- GitLab