Skip to content

Commit

Permalink
Update chart appVersion, tag, and node config version (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload authored Mar 29, 2024
1 parent 32ac948 commit 1963e48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.5.9
appVersion: "v0.7.1"
version: 0.5.10
appVersion: "v0.8.1"
keywords:
- quickwit
- search
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.7
version: 0.8
listen_address: 0.0.0.0
gossip_listen_port: 7282
data_dir: /quickwit/qwdata
Expand Down
2 changes: 1 addition & 1 deletion 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: v0.7.1
# tag: v0.8.1

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 1963e48

Please sign in to comment.