From 157d4e9d7e74116968e74153120c2b57a940ea86 Mon Sep 17 00:00:00 2001 From: Stackspin renovate bot <renovatebot@stackspin.net> Date: Thu, 30 Mar 2023 11:52:02 +0000 Subject: [PATCH] Update cypress/included Docker tag to v12.9.0 --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 45f835e9..3d13b350 100644 --- a/values.yaml +++ b/values.yaml @@ -250,7 +250,7 @@ tests: image: # https://hub.docker.com/r/cypress/included/tags repository: cypress/included - tag: 12.8.1 + tag: 12.9.0 pullPolicy: IfNotPresent ssoLogin: # Set this to "true" to use the OIDC plugin to log in in the tests -- GitLab