Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 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: 2.1.0
appVersion: "^7.3.9"
version: 3.0.0
appVersion: "^12.1.1"

home: https://grafana.com/oss/
icon: https://artifacthub.io/image/b4fed1a7-6c8f-4945-b99d-096efa3e4116
Expand Down Expand Up @@ -35,6 +35,8 @@ annotations:
url: https://github.com/grafana/mimir
- name: Tempo
url: https://github.com/grafana/tempo
- name: Oncall
url: https://github.com/grafana/oncall

maintainers:
- name: timberhill
Expand All @@ -44,24 +46,24 @@ dependencies:
alias: grafana
condition: grafana.enabled
repository: https://grafana.github.io/helm-charts
version: "^7.3.9"
version: "^10.0.0"
- name: loki-distributed
alias: loki
condition: loki.enabled
repository: "https://grafana.github.io/helm-charts"
version: "^0.79.0"
version: "^0.80.5"
- name: mimir-distributed
alias: mimir
condition: mimir.enabled
repository: "https://grafana.github.io/helm-charts"
version: "^5.3.0"
version: "^5.8.0"
- name: tempo-distributed
alias: tempo
condition: tempo.enabled
repository: "https://grafana.github.io/helm-charts"
version: "^1.9.2"
version: "^1.48.0"
- name: oncall
alias: grafana-oncall
condition: grafana-oncall.enabled
repository: "https://grafana.github.io/helm-charts"
version: "^1.3.114"
version: "^1.16.5"
12 changes: 6 additions & 6 deletions charts/lgtm-distributed/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lgtm-distributed

![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.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)
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: ^12.1.1](https://img.shields.io/badge/AppVersion-^12.1.1-informational?style=flat-square)

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

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

| Repository | Name | Version |
|------------|------|---------|
| 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 | grafana-oncall(oncall) | ^1.3.114 |
| https://grafana.github.io/helm-charts | tempo(tempo-distributed) | ^1.9.2 |
| https://grafana.github.io/helm-charts | grafana(grafana) | ^10.0.0 |
| https://grafana.github.io/helm-charts | loki(loki-distributed) | ^0.80.5 |
| https://grafana.github.io/helm-charts | mimir(mimir-distributed) | ^5.8.0 |
| https://grafana.github.io/helm-charts | grafana-oncall(oncall) | ^1.16.5 |
| https://grafana.github.io/helm-charts | tempo(tempo-distributed) | ^1.48.0 |

## Values

Expand Down
2 changes: 1 addition & 1 deletion charts/lgtm-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ grafana:
- name: Tempo
uid: tempo
type: tempo
url: http://{{ .Release.Name }}-tempo-query-frontend:3100
url: http://{{ .Release.Name }}-tempo-query-frontend:3200
isDefault: false
jsonData:
tracesToLogsV2:
Expand Down
Loading