Skip to content

Commit

Permalink
Merge pull request #66 from quickwit-oss/fmassot/storage-fix-and-ugpr…
Browse files Browse the repository at this point in the history
…ade-app-version

Fix storage config and upgrade app version.
  • Loading branch information
fmassot authored Feb 13, 2024
2 parents 380bd68 + 00cff0d commit 7e865d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions charts/quickwit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: quickwit
description: Sub-second search & analytics engine on cloud storage.
type: application
version: 0.5.3
appVersion: "v0.7.0"
version: 0.5.4
appVersion: "v0.7.1"
keywords:
- quickwit
- search
Expand Down
20 changes: 11 additions & 9 deletions charts/quickwit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,15 +314,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: <my access key>
# secret_access_key: <my secret key>
# azure:
# account: "my-azure-blob-account-name"
# access_key: "my-azure-blob-access-key"

default_index_root_uri: s3://quickwit/indexes
# Indexer settings
Expand Down

0 comments on commit 7e865d7

Please sign in to comment.