From 1963e48d4b264770a076ab55fa2ed348d00c01de Mon Sep 17 00:00:00 2001 From: Adrien Guillo Date: Fri, 29 Mar 2024 11:38:06 -0700 Subject: [PATCH] Update chart `appVersion`, `tag`, and node config `version` (#73) --- charts/quickwit/Chart.yaml | 4 ++-- charts/quickwit/templates/configmap.yaml | 2 +- charts/quickwit/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/quickwit/Chart.yaml b/charts/quickwit/Chart.yaml index 3d4c80a..9a1191e 100644 --- a/charts/quickwit/Chart.yaml +++ b/charts/quickwit/Chart.yaml @@ -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 diff --git a/charts/quickwit/templates/configmap.yaml b/charts/quickwit/templates/configmap.yaml index 20492b4..42cc9e3 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.7 + version: 0.8 listen_address: 0.0.0.0 gossip_listen_port: 7282 data_dir: /quickwit/qwdata diff --git a/charts/quickwit/values.yaml b/charts/quickwit/values.yaml index 1badb8d..5b3e524 100644 --- a/charts/quickwit/values.yaml +++ b/charts/quickwit/values.yaml @@ -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: ""