Skip to content

Commit 899bd11

Browse files
committed
e2e: fix webhook TLS tests
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent c7feb2d commit 899bd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/utils/utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ func TestWebhookServerTLS(ctx context.Context, f *framework.Framework, serviceNa
232232
"-U",
233233
serviceName},
234234
Name: "testssl-container",
235-
Image: "drwetter/testssl.sh",
235+
Image: "drwetter/testssl.sh:3.0",
236236
ImagePullPolicy: "IfNotPresent",
237237
},
238238
},

0 commit comments

Comments
 (0)