update min tls to 1.13 (#314)

Signed-off-by: ldpliu <daliu@redhat.com>
This commit is contained in:
DangPeng Liu
2023-05-04 15:35:27 +08:00
committed by GitHub
parent c6a0ad9888
commit f3a5fca151

View File

@@ -38,7 +38,7 @@ func (c *Options) RunWebhookServer() error {
Port: c.Port,
HealthProbeBindAddress: ":8000",
CertDir: c.CertDir,
WebhookServer: &webhook.Server{TLSMinVersion: "1.2"},
WebhookServer: &webhook.Server{TLSMinVersion: "1.3"},
})
if err != nil {