diff --git a/charts/quickwit/Chart.yaml b/charts/quickwit/Chart.yaml index 36c1e38..67439a9 100644 --- a/charts/quickwit/Chart.yaml +++ b/charts/quickwit/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: quickwit description: Sub-second search & analytics engine on cloud storage. type: application -version: 0.6.0 -appVersion: "v0.7.0" +version: 0.5.5 +appVersion: "v0.7.1" keywords: - quickwit - search diff --git a/charts/quickwit/values.yaml b/charts/quickwit/values.yaml index 9e199be..0b6dbe2 100644 --- a/charts/quickwit/values.yaml +++ b/charts/quickwit/values.yaml @@ -347,15 +347,17 @@ config: # password: "" # max_num_connections: 50 - s3: {} - # endpoint: "https://s3.eu-west-1.amazonaws.com" - # region: eu-west-1 - # access_key: "my-access-key" - # secret_key: "my-secret-key" - - azure_blob: {} - # account_name: "my-azure-blob-accout" - # access_key: "my-azure-blob-access-key" + # storage: + # s3: + # endpoint: "http://custom-s3-endpoint" + # region: eu-east-1 + # We recommend using IAM roles and permissions to access Amazon S3 resources, + # but you can specify a pair of access and secret keys if necessary. + # access_key_id: + # secret_access_key: + # azure: + # account: "my-azure-blob-account-name" + # access_key: "my-azure-blob-access-key" default_index_root_uri: s3://quickwit/indexes # Indexer settings