From ec5bd37022b6ccd5c7bbd82802cdca8f81e0f56f Mon Sep 17 00:00:00 2001 From: Stackspin renovate bot <renovatebot@stackspin.net> Date: Wed, 26 Oct 2022 02:07:27 +0000 Subject: [PATCH] Update cypress/included Docker tag to v10.11.0 --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 2174b485..4096fa78 100644 --- a/values.yaml +++ b/values.yaml @@ -222,7 +222,7 @@ tests: image: # https://hub.docker.com/r/cypress/included/tags repository: cypress/included - tag: 10.10.0 + tag: 10.11.0 pullPolicy: IfNotPresent ssoLogin: # Set this to "true" to use the OIDC plugin to log in in the tests -- GitLab