Update yaml files to latest version RELEASE.2023-03-22T06-36-24Z

This commit is contained in:
Minio Trusted 2023-03-22 21:16:15 +00:00
parent 035791669e
commit 4bc52897b2
3 changed files with 3 additions and 3 deletions

View File

@ -2083,7 +2083,7 @@ const (
// HealthOptions takes input options to return sepcific information // HealthOptions takes input options to return sepcific information
type HealthOptions struct { type HealthOptions struct {
Maintenance bool Maintenance bool
DeploymentType string DeploymentType string
} }

View File

@ -48,7 +48,7 @@ func ClusterCheckHandler(w http.ResponseWriter, r *http.Request) {
defer cancel() defer cancel()
opts := HealthOptions{ opts := HealthOptions{
Maintenance: r.Form.Get("maintenance") == "true", Maintenance: r.Form.Get("maintenance") == "true",
DeploymentType: r.Form.Get("deployment-type"), DeploymentType: r.Form.Get("deployment-type"),
} }
result := objLayer.Health(ctx, opts) result := objLayer.Health(ctx, opts)

View File

@ -2,7 +2,7 @@ version: '3.7'
# Settings and configurations that are common for all containers # Settings and configurations that are common for all containers
x-minio-common: &minio-common x-minio-common: &minio-common
image: quay.io/minio/minio:RELEASE.2023-03-20T20-16-18Z image: quay.io/minio/minio:RELEASE.2023-03-22T06-36-24Z
command: server --console-address ":9001" http://minio{1...4}/data{1...2} command: server --console-address ":9001" http://minio{1...4}/data{1...2}
expose: expose:
- "9000" - "9000"