From 48ce80aa03cb16a11590112d5f1d6ae2956cfb92 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Sat, 26 Nov 2022 15:56:00 +0100 Subject: [PATCH] Updating config version Closes #18 --- charts/quickwit/Chart.yaml | 2 +- charts/quickwit/templates/configmap.yaml | 2 +- charts/quickwit/values.yaml | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/quickwit/Chart.yaml b/charts/quickwit/Chart.yaml index 1bf6d0f..7183a3a 100644 --- a/charts/quickwit/Chart.yaml +++ b/charts/quickwit/Chart.yaml @@ -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 diff --git a/charts/quickwit/templates/configmap.yaml b/charts/quickwit/templates/configmap.yaml index 08b0c36..89d82f1 100644 --- a/charts/quickwit/templates/configmap.yaml +++ b/charts/quickwit/templates/configmap.yaml @@ -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 diff --git a/charts/quickwit/values.yaml b/charts/quickwit/values.yaml index 6b05028..1774bc5 100644 --- a/charts/quickwit/values.yaml +++ b/charts/quickwit/values.yaml @@ -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 @@ -308,6 +309,7 @@ config: sources: [] # - index: my-index # source: + # version: 0.4 # source_id: my-source # source_type: kafka # num_pipelines: 1