Skip to content

Commit 2b0f0f2

Browse files
Merge pull request #1488 from mythi/PR-2023-035
e2e: fix webhook TLS tests
2 parents c7feb2d + 899bd11 commit 2b0f0f2

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)