Skip to content

Commit

Permalink
Merge pull request #45 from jorda95225/jordan95225/fix-configmap
Browse files Browse the repository at this point in the history
Update data.node.yaml.version to 0.5 in configmap.yaml
  • Loading branch information
fmassot authored May 5, 2023
2 parents dc88952 + cd37330 commit a59938a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: Sub-second search & analytics engine on cloud storage.
type: application
version: 0.3.4
version: 0.3.5
appVersion: v0.5.0
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.4
version: 0.5
cluster_id: {{ include "quickwit.fullname" . }}
listen_address: 0.0.0.0
gossip_listen_port: 7282
Expand Down
4 changes: 2 additions & 2 deletions charts/quickwit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ config:
# max_num_concurrent_split_streams: 100

indexes: []
# - version: 0.4
# - version: 0.5
# index_id: my-index
# doc_mapping:
# field_mappings:
Expand All @@ -363,7 +363,7 @@ config:
sources: []
# - index: my-index
# source:
# version: 0.4
# version: 0.5
# source_id: my-source
# source_type: kafka
# num_pipelines: 1
Expand Down

0 comments on commit a59938a

Please sign in to comment.