pmint93 / helm-charts

My helm charts
https://pmint93.github.io/helm-charts/
Apache License 2.0
75 stars 74 forks source link

Update to Metabase 0.44.6 #43

Closed zahir-koradia closed 2 years ago

zahir-koradia commented 2 years ago

Would it be possible to have an update for metabase 0.44.6. It seems that Google made an unannounced deprecation that has affected "Sign in with Google" capability in metabase. Version 0.44.6 fixes this (relevant issue here: https://github.com/metabase/metabase/issues/26184).

I'm do not have a lot of experience maintaining helm charts so I don't quite know how to contribute myself. If you'd prefer that I contribute this change, any guidance on how to go about doing this would be welcome.

pmint93 commented 2 years ago

@zahir-koradia I see no breaking changes from v0.44.3 to v0.44.6. So it's safe to run v0.44.6 with this chart, you can simply override the default value of image.tag in values.yaml to deploy your desired version.

Or if you want to contribute, simply bump the metabase & chart version, see similar PR #41

zahir-koradia commented 2 years ago

Thanks for the link the PR @pmint93. I've created a PR for this here: https://github.com/pmint93/helm-charts/pull/44