From 94dbd4f13b5207d0021d0a904b45fe2f4b3854a6 Mon Sep 17 00:00:00 2001 From: Arnon Rotem-Gal-Oz Date: Mon, 12 Jun 2023 11:10:14 +0300 Subject: [PATCH 1/4] Update values.yaml --- charts/quickwit/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/quickwit/values.yaml b/charts/quickwit/values.yaml index dfc979d..ef8803b 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.5.0 + # tag: v0.6.0 imagePullSecrets: [] nameOverride: "" @@ -320,6 +320,7 @@ config: # secret_key: "my-secret-key" azure_blob: {} + # account_name: "my-azure-blob-accout" # access_key: "my-azure-blob-access-key" default_index_root_uri: s3://quickwit/indexes From dbcd9a38ff0fb50cf05b904783b002195bfd2a4b Mon Sep 17 00:00:00 2001 From: Arnon Rotem-Gal-Oz Date: Mon, 12 Jun 2023 11:12:01 +0300 Subject: [PATCH 2/4] fix azure blob setup --- charts/quickwit/templates/_helpers.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/quickwit/templates/_helpers.tpl b/charts/quickwit/templates/_helpers.tpl index 8ff59a7..e3d31d4 100644 --- a/charts/quickwit/templates/_helpers.tpl +++ b/charts/quickwit/templates/_helpers.tpl @@ -159,8 +159,12 @@ Quickwit environment key: s3.secret_key {{- end }} {{- end }} +{{- if .Values.config.azure_blob.account_name }} +- name: QW_AZURE_STORAGE_ACCOUNT + value: {{ .Values.config.azure_blob.account_name }} +{{- end }} {{- if .Values.config.azure_blob.access_key }} -- name: QW_AZURE_ACCESS_KEY +- name: QW_AZURE_STORAGE_ACCESS_KEY valueFrom: secretKeyRef: name: {{ include "quickwit.fullname" $ }} From d9dfa5ad9ee7a58a6fb4de2ce3c013ae5cdc5795 Mon Sep 17 00:00:00 2001 From: Arnon Rotem-Gal-Oz Date: Mon, 12 Jun 2023 16:24:14 +0300 Subject: [PATCH 3/4] Update versions in Chart.yaml --- charts/quickwit/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/quickwit/Chart.yaml b/charts/quickwit/Chart.yaml index cda052f..2ee3bd3 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.3.8 -appVersion: v0.5.0 +version: 0.4.0 +appVersion: "v0.6.1" keywords: - quickwit - search From 3d868f8073b10d9f4d115316a31989d0898c00b5 Mon Sep 17 00:00:00 2001 From: Arnon Rotem-Gal-Oz Date: Mon, 12 Jun 2023 16:26:11 +0300 Subject: [PATCH 4/4] Update reference qw version values.yaml --- charts/quickwit/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/quickwit/values.yaml b/charts/quickwit/values.yaml index ef8803b..deade4e 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.6.0 + # tag: v0.6.1 imagePullSecrets: [] nameOverride: ""