Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/quickwit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/quickwit/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions charts/quickwit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down