Create Tenant TLS refactor (#450)
- fixed small bug in which RequestAutoCert was not setting properly - support AutoCert and external certificates on Tenant creation
This commit is contained in:
@@ -54,3 +54,9 @@ const (
|
||||
prometheusPort = "prometheus.io/port"
|
||||
prometheusScrape = "prometheus.io/scrape"
|
||||
)
|
||||
|
||||
// Image versions
|
||||
const (
|
||||
KESImageVersion = "minio/kes:v0.12.1"
|
||||
ConsoleImageVersion = "minio/console:v0.4.6"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user