Skip to content

Commit

Permalink
update latest mc and minio
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Feb 13, 2022
1 parent 202c543 commit e120463
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ minio_client_bin: /usr/local/bin/mc
Installation path of the MinIO server and client binaries.
```yaml
minio_server_release: "RELEASE.2022-01-08T03-11-54Z"
minio_client_release: "RELEASE.2022-01-07T06-01-38Z"
minio_server_release: "RELEASE.2022-02-12T00-51-25Z"
minio_client_release: "RELEASE.2022-02-13T23-26-13Z"
```
Release to install for both server and client; lastest if the default. Can be 'RELEASE.2020-08-18T19-41-00Z' for instance.
Release to install for both server and client; lastest if the default. Can be 'RELEASE.2022-02-12T00-51-25Z' for instance.
```yaml
minio_user: minio
Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ minio_client_bin: /usr/local/bin/mc
minio_hostname: "{{ ansible_fqdn }}"

# MinIO release to install.
minio_server_release: "RELEASE.2022-01-08T03-11-54Z"
minio_server_release: "RELEASE.2022-02-12T00-51-25Z"

# MinIO client release to install.
minio_client_release: "RELEASE.2022-01-07T06-01-38Z"
minio_client_release: "RELEASE.2022-02-13T23-26-13Z"

# Runtime user and group for the MinIO server service
minio_user: minio
Expand Down

0 comments on commit e120463

Please sign in to comment.