Skip to content

Commit

Permalink
Merge pull request #26 from quickwit-oss/fmassot--fix-default-values-…
Browse files Browse the repository at this point in the history
…and-janitor

Enable janitor by default, use v0.4.0 default, minor fixes.
  • Loading branch information
fmassot authored Dec 2, 2022
2 parents 07c0d79 + 6d8cfb5 commit 48ebc0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: Open-Source & Cloud-Native Log Management at any scale.
type: application
version: 0.1.12
appVersion: "edge"
version: 0.1.13
appVersion: "v0.4.0"
keywords:
- quickwit
home: https://quickwit.io/
Expand Down
7 changes: 4 additions & 3 deletions charts/quickwit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
repository: quickwit/quickwit
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
# tag: edge
# tag: v0.4.0

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -185,7 +185,7 @@ metastore:

janitor:
# Enable Janitor service
enabled: false
enabled: true

# Extra env for searcher
extraEnv: {}
Expand Down Expand Up @@ -294,12 +294,13 @@ config:
# fast: true
# input_formats:
# - unix_timestamp
# output_format: unix_timestamp_secs
# - name: body
# type: text
# timestamp_field: timestamp
# search_settings:
# default_search_fields: [body]
# indexing_settings:
# timestamp_field: timestamp
# merge_policy:
# type: limit_merge
# max_merge_ops: 3
Expand Down

0 comments on commit 48ebc0c

Please sign in to comment.