bump meilisearch defaultValue (#629)

Also fix curl command as they use Bearer now.
This commit is contained in:
David Dembeck 2022-02-28 23:37:01 -06:00 committed by GitHub
parent 1de256dc6b
commit 0f7d962618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ caproverOneClickApp:
- id: $$cap_app_version
label: MeiliSearch Version
description: 'Check out their Docker page for the valid tags: https://hub.docker.com/r/getmeili/meilisearch/tags'
defaultValue: 'v0.20.0'
defaultValue: 'v0.25.2'
validRegex: /^([^\s^\/])+$/
- id: $$cap_master_key
label: MeiliSearch Master Key
@ -88,7 +88,7 @@ caproverOneClickApp:
Get your private and public key using-
curl -H "X-Meili-API-Key: $$cap_master_key" -X GET 'http://$$cap_appname.$$cap_root_domain/keys'
curl -H "Authorization: Bearer $$cap_master_key" -X GET 'http://$$cap_appname.$$cap_root_domain/keys'
displayName: 'MeiliSearch'
isOfficial: true
description: MeiliSearch is a lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine