quickwit-oss / helm-charts

Helm charts for Quickwit
https://helm.quickwit.io
MIT License
22 stars 28 forks source link

Fix azure storage setup #51

Closed Arnonrgo closed 1 year ago

Arnonrgo commented 1 year ago

The setup of azure storage is broken in the helm charts when updating to quickwit 0.6

fulmicoton commented 1 year ago

@Arnonrgo Thank you! @guilload can you have a look?

fmassot commented 1 year ago

@Arnonrgo to merge the PR, can you update the chart version and the app version?

version: 0.4.0
appVersion: "v0.6.1"

https://github.com/quickwit-oss/helm-charts/blob/main/charts/quickwit/Chart.yaml#L5-L6

fmassot commented 1 year ago

thanks a lot @Arnonrgo

Merging soon.