Skip to content

Commit

Permalink
Merge branch 'main' into feat/refactoring-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
nlamirault authored Feb 16, 2024
2 parents 56d2411 + 7e865d7 commit dec93cf
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.6.0
appVersion: "v0.7.0"
version: 0.5.5
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 @@ -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: <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 dec93cf

Please sign in to comment.