update min tls to 1.13 (#201)

Signed-off-by: ldpliu <daliu@redhat.com>
This commit is contained in:
DangPeng Liu
2023-05-04 15:27:43 +08:00
committed by GitHub
parent 10037a429d
commit 3cc0d808b9

View File

@@ -34,7 +34,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 {