From 0ba05461b17ebbd14f4e783842e3bcd1d26d58eb Mon Sep 17 00:00:00 2001 From: Josselin Mariette Date: Fri, 19 Sep 2025 14:51:30 +0200 Subject: [PATCH 1/2] allow to override cluster ID --- charts/quickwit/templates/_helpers.tpl | 2 +- charts/quickwit/values.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/quickwit/templates/_helpers.tpl b/charts/quickwit/templates/_helpers.tpl index 542b56e..84ee48a 100644 --- a/charts/quickwit/templates/_helpers.tpl +++ b/charts/quickwit/templates/_helpers.tpl @@ -146,7 +146,7 @@ Quickwit environment - name: QW_CONFIG value: {{ .Values.configLocation }} - name: QW_CLUSTER_ID - value: {{ .Release.Namespace }}-{{ include "quickwit.fullname" . }} + value: {{ default (printf "%s-%s" $.Release.Namespace (include "quickwit.fullname" .)) .Values.clusterId }} - name: QW_NODE_ID value: "$(POD_NAME)" - name: QW_PEER_SEEDS diff --git a/charts/quickwit/values.yaml b/charts/quickwit/values.yaml index 696b53e..14174b9 100644 --- a/charts/quickwit/values.yaml +++ b/charts/quickwit/values.yaml @@ -15,6 +15,9 @@ fullnameOverride: "" # Set the Kuberentes cluster domain if not default. It's used to build URLs for the services. clusterDomain: cluster.local +# Override the default clusterId +# clusterId: "" + # -- Additional labels to add to all resources additionalLabels: {} # app: quickwit From 7b8b0858ca4d2197629bd1e075af04f7919ebd0a Mon Sep 17 00:00:00 2001 From: Josselin Mariette Date: Wed, 15 Oct 2025 10:00:18 +0200 Subject: [PATCH 2/2] Bump chart version --- charts/quickwit/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/quickwit/Chart.yaml b/charts/quickwit/Chart.yaml index 2ff475d..3f66e86 100644 --- a/charts/quickwit/Chart.yaml +++ b/charts/quickwit/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: quickwit description: Sub-second search & analytics engine on cloud storage. type: application -version: 0.7.18 +version: 0.7.19 appVersion: v0.8.2 keywords: - quickwit