garovu / lgtm-minimal

A helm chart for run LGTM stack (Grafana, Mimir, Loki, Tempo) with monolithic mode in small kubernetes cluster.
3 stars 1 forks source link

[feat] Upgrade the component to latest version #2

Open maxiar opened 1 month ago

maxiar commented 1 month ago

Hi! Is the project depracated? It's works fine for small clusters, but the used images are out of date with a lot of bugs:

Current: Loki: grafana/loki:2.8.1 ==> https://artifacthub.io/packages/helm/grafana/loki-stack/2.3.1 Tempo: grafana/tempo:2.3.1 ==> https://artifacthub.io/packages/helm/bitnami/grafana-tempo/2.3.1 Mimir: grafana/mimir:2.11.0 ==> https://grafana.com/docs/mimir/latest/release-notes/v2.13/

Latest: Loki: grafana/loki:2.10.2 Tempo: grafana/tempo:3.7.10 Mimir: grafana/mimir:2.13

If you want, I can help you to test the upgrade..

Thanks in advanced

garovu commented 1 month ago

Thank you for your support. Currently, I don't have time to continue updating this repo recently. But I will try to update and fix those bugs in the near future. You also can make some pull requests for me to improve this repo.

maxiar commented 1 month ago

Good, don't worry I already update the tempo, mimir and grafana to the latest version, loki is pending because is more complicated.. currently I am testing it. After that, we make a pull request to keep it updated...

Thanks!