Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lgtm-distributed] issue/2980 upgraded lgtm-distributed dependencies #3089

Merged
merged 10 commits into from
Jun 3, 2024
12 changes: 6 additions & 6 deletions charts/lgtm-distributed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
name: lgtm-distributed
description: Umbrella chart for a distributed Loki, Grafana, Tempo and Mimir stack
type: application
version: 1.0.1
appVersion: "6.59.4"
version: 2.0.0
appVersion: "^7.3.9"

home: https://grafana.com/oss/
icon: https://artifacthub.io/image/b4fed1a7-6c8f-4945-b99d-096efa3e4116
Expand Down Expand Up @@ -44,19 +44,19 @@ dependencies:
alias: grafana
condition: grafana.enabled
repository: https://grafana.github.io/helm-charts
version: "^6.59.4"
version: "^7.3.9"
- name: loki-distributed
alias: loki
condition: loki.enabled
repository: "https://grafana.github.io/helm-charts"
version: "^0.74.3"
version: "^0.79.0"
- name: mimir-distributed
alias: mimir
condition: mimir.enabled
repository: "https://grafana.github.io/helm-charts"
version: "^5.0.0"
version: "^5.3.0"
- name: tempo-distributed
alias: tempo
condition: tempo.enabled
repository: "https://grafana.github.io/helm-charts"
version: "^1.6.4"
version: "^1.9.2"
10 changes: 5 additions & 5 deletions charts/lgtm-distributed/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lgtm-distributed

![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.59.4](https://img.shields.io/badge/AppVersion-6.59.4-informational?style=flat-square)
![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: ^7.3.9](https://img.shields.io/badge/AppVersion-^7.3.9-informational?style=flat-square)

Umbrella chart for a distributed Loki, Grafana, Tempo and Mimir stack

Expand All @@ -24,10 +24,10 @@ Umbrella chart for a distributed Loki, Grafana, Tempo and Mimir stack

| Repository | Name | Version |
|------------|------|---------|
| https://grafana.github.io/helm-charts | grafana(grafana) | ^6.59.4 |
| https://grafana.github.io/helm-charts | loki(loki-distributed) | ^0.74.3 |
| https://grafana.github.io/helm-charts | mimir(mimir-distributed) | ^5.0.0 |
| https://grafana.github.io/helm-charts | tempo(tempo-distributed) | ^1.6.4 |
| https://grafana.github.io/helm-charts | grafana(grafana) | ^7.3.9 |
| https://grafana.github.io/helm-charts | loki(loki-distributed) | ^0.79.0 |
| https://grafana.github.io/helm-charts | mimir(mimir-distributed) | ^5.3.0 |
| https://grafana.github.io/helm-charts | tempo(tempo-distributed) | ^1.9.2 |

## Values

Expand Down
Loading