Fix minor issue in chart values schema (#2439)

Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
This commit is contained in:
Cintia Sánchez García 2022-10-21 12:29:28 +02:00 committed by GitHub
parent aa98602f3c
commit 024cd7e9f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"
]
}
}