From 6acc590dd5195bd9f9a43ed24574176e1b2bc743 Mon Sep 17 00:00:00 2001 From: Bernd Verst <4535280+berndverst@users.noreply.github.com> Date: Thu, 15 Sep 2022 15:08:17 -0700 Subject: [PATCH] run cert test with redis6 Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com> --- .../components/docker/enableTLSConf/redisstatestore.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/certification/state/redis/components/docker/enableTLSConf/redisstatestore.yaml b/tests/certification/state/redis/components/docker/enableTLSConf/redisstatestore.yaml index 99f3d4f31a..ffd96690f9 100644 --- a/tests/certification/state/redis/components/docker/enableTLSConf/redisstatestore.yaml +++ b/tests/certification/state/redis/components/docker/enableTLSConf/redisstatestore.yaml @@ -15,4 +15,6 @@ spec: - name: timeout value: 100s - name: enableTLS - value: true \ No newline at end of file + value: true + - name: redisVersion + value: "6" \ No newline at end of file