Skip to content

Commit

Permalink
Update yaml files to latest version RELEASE.2023-03-22T06-36-24Z
Browse files Browse the repository at this point in the history
  • Loading branch information
minio-trusted committed Mar 22, 2023
1 parent 0357916 commit 4bc5289
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/erasure-server-pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -2083,7 +2083,7 @@ const (

// HealthOptions takes input options to return sepcific information
type HealthOptions struct {
Maintenance bool
Maintenance bool
DeploymentType string
}

Expand Down
2 changes: 1 addition & 1 deletion cmd/healthcheck-handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func ClusterCheckHandler(w http.ResponseWriter, r *http.Request) {
defer cancel()

opts := HealthOptions{
Maintenance: r.Form.Get("maintenance") == "true",
Maintenance: r.Form.Get("maintenance") == "true",
DeploymentType: r.Form.Get("deployment-type"),
}
result := objLayer.Health(ctx, opts)
Expand Down
2 changes: 1 addition & 1 deletion docs/orchestration/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

# Settings and configurations that are common for all containers
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}
expose:
- "9000"
Expand Down

0 comments on commit 4bc5289

Please sign in to comment.