mirror of https://github.com/artifacthub/hub.git
Fix minor issue in chart values schema (#2439)
Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
This commit is contained in:
parent
aa98602f3c
commit
024cd7e9f9
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: artifact-hub
|
||||
description: Artifact Hub is a web-based application that enables finding, installing, and publishing Kubernetes packages.
|
||||
type: application
|
||||
version: 1.10.1-0
|
||||
version: 1.10.1-1
|
||||
appVersion: 1.10.0
|
||||
kubeVersion: ">= 1.19.0-0"
|
||||
home: https://artifacthub.io
|
||||
|
|
|
|||
|
|
@ -1155,7 +1155,7 @@
|
|||
"title": "Name of the search query. It will be displayed on the home and no results found pages.",
|
||||
"type": "string"
|
||||
},
|
||||
"queryString": {
|
||||
"querystring": {
|
||||
"title": "Search query string",
|
||||
"type": "string",
|
||||
"description": "Query string that defines the search filters to use. Example: ts_query_web=prometheus&official=true"
|
||||
|
|
@ -1163,7 +1163,7 @@
|
|||
},
|
||||
"required": [
|
||||
"name",
|
||||
"queryString"
|
||||
"querystring"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue