From a386ae9cb72f8e7499d1e0af433bbe679c1f5f22 Mon Sep 17 00:00:00 2001 From: Stackspin renovate bot <renovatebot@stackspin.net> Date: Tue, 11 Oct 2022 22:06:39 +0000 Subject: [PATCH] Update cypress/included Docker tag to v10.10.0 --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index a0a0f7de..8b02348d 100644 --- a/values.yaml +++ b/values.yaml @@ -223,7 +223,7 @@ tests: image: # https://hub.docker.com/r/cypress/included/tags repository: cypress/included - tag: 10.9.0 + tag: 10.10.0 pullPolicy: IfNotPresent ssoLogin: # Set this to "true" to use the OIDC plugin to log in in the tests -- GitLab