Add smoke test to verify Redis SSL connection

See gh-34815
This commit is contained in:
Scott Frederick
2023-05-02 13:39:01 -05:00
parent 161b54b1d4
commit 3bb271e320
17 changed files with 592 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ public final class DockerImageNames {
private static final String RABBIT_VERSION = "3.11-alpine";
private static final String REDIS_VERSION = "4.0.14";
private static final String REDIS_VERSION = "7.0.11";
private static final String REDPANDA_VERSION = "v23.1.2";