From c32d90e5d85727a01a1c9a43be671de8653d61c3 Mon Sep 17 00:00:00 2001 From: Ryan VanGundy Date: Sun, 21 Jul 2024 16:31:26 -0400 Subject: [PATCH 1/2] Reduce indentation by 2 --- charts/quickwit/templates/searcher-statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/quickwit/templates/searcher-statefulset.yaml b/charts/quickwit/templates/searcher-statefulset.yaml index 8b977cf..0677b33 100644 --- a/charts/quickwit/templates/searcher-statefulset.yaml +++ b/charts/quickwit/templates/searcher-statefulset.yaml @@ -113,7 +113,7 @@ spec: name: {{ .name }} {{- end }} {{- with .Values.searcher.extraVolumes }} - {{- toYaml . | nindent 10 }} + {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.searcher.nodeSelector }} nodeSelector: From 7b79397e2c1b49b2ad092f35c780d85d4b56fa29 Mon Sep 17 00:00:00 2001 From: Idriss Neumann Date: Wed, 24 Jul 2024 15:06:55 +0100 Subject: [PATCH 2/2] Bump to v0.6.4 --- 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 9cef5ee..a418841 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.6.2 +version: 0.6.4 appVersion: "v0.8.1" keywords: - quickwit