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 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" $ }} diff --git a/charts/quickwit/values.yaml b/charts/quickwit/values.yaml index dfc979d..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.5.0 + # tag: v0.6.1 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