From df56f220a501e53c20cc212031ec230467fff499 Mon Sep 17 00:00:00 2001 From: Stackspin renovate bot <renovatebot@stackspin.net> Date: Tue, 7 Feb 2023 03:06:24 +0000 Subject: [PATCH] Update cypress/included Docker tag to v12.5.1 --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 32fff31c..0d885a0d 100644 --- a/values.yaml +++ b/values.yaml @@ -237,7 +237,7 @@ tests: image: # https://hub.docker.com/r/cypress/included/tags repository: cypress/included - tag: 12.4.1 + tag: 12.5.1 pullPolicy: IfNotPresent ssoLogin: # Set this to "true" to use the OIDC plugin to log in in the tests -- GitLab