Fixed Minio version based on https://github.com/caprover/one-click-apps/pull/601
This commit is contained in:
parent
188ec3fafe
commit
9f9c2c2a39
|
|
@ -27,7 +27,7 @@ caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- id: $$cap_minio_version
|
- id: $$cap_minio_version
|
||||||
label: MinIO Version
|
label: MinIO Version
|
||||||
defaultValue: RELEASE.2021-08-05T22-01-19Z
|
defaultValue: RELEASE.2021-08-17T20-53-08Z
|
||||||
description: Check out their Docker page for the valid tags https://hub.docker.com/r/minio/minio/tags/
|
description: Check out their Docker page for the valid tags https://hub.docker.com/r/minio/minio/tags/
|
||||||
validRegex: /^([^\s^\/])+$/
|
validRegex: /^([^\s^\/])+$/
|
||||||
- id: $$cap_access_key
|
- id: $$cap_access_key
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue