Skip to content

Commit

Permalink
Merge pull request #20 from quickwit-oss/issue/18-config-version
Browse files Browse the repository at this point in the history
Updating config version
  • Loading branch information
fmassot authored Nov 26, 2022
2 parents 7d9cbc5 + 48ce80a commit 2d9cbdf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/quickwit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: quickwit
description: Open-Source & Cloud-Native Log Management at any scale.
type: application
version: 0.1.10
version: 0.1.11
appVersion: "edge"
keywords:
- quickwit
Expand Down
2 changes: 1 addition & 1 deletion charts/quickwit/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
{{- include "quickwit.labels" . | nindent 4 }}
data:
node.yaml: |-
version: 0
version: 0.4
cluster_id: {{ include "quickwit.fullname" . }}
listen_address: 0.0.0.0
gossip_listen_port: 7282
Expand Down
4 changes: 3 additions & 1 deletion charts/quickwit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,13 @@ config:
# max_num_concurrent_split_streams: 100

indexes: []
# - version: 0
# - version: 0.4
# index_id: my-index
# doc_mapping:
# field_mappings:
# - name: timestamp
# type: datetime
# fast: true
# input_formats:
# - unix_timestamp
# - name: body
Expand All @@ -308,6 +309,7 @@ config:
sources: []
# - index: my-index
# source:
# version: 0.4
# source_id: my-source
# source_type: kafka
# num_pipelines: 1
Expand Down

0 comments on commit 2d9cbdf

Please sign in to comment.