Skip to content

Commit db8d32d

Browse files
committed
chore(helm): Update loki and tempo
They have new helm-chart repos.
1 parent e410775 commit db8d32d

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

stacks/observability/grafana-loki.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
releaseName: loki
44
name: loki
55
repo:
6-
name: loki
7-
url: https://grafana.github.io/helm-charts
6+
name: grafana-community
7+
url: https://grafana-community.github.io/helm-charts
88
# To find the latest version:
9-
# helm repo add grafana https://grafana.github.io/helm-charts --force-update
9+
# helm repo add grafana-community https://grafana-community.github.io/helm-charts --force-update
1010
# helm search repo grafana/loki
11-
version: 7.0.0 # appVersion: 3.6.7
11+
version: 18.4.2 # appVersion: 3.7.3
1212
options:
1313
deploymentMode: SingleBinary
1414
singleBinary:

stacks/observability/grafana-tempo.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
releaseName: tempo
44
name: tempo
55
repo:
6-
name: tempo
7-
url: https://grafana.github.io/helm-charts
8-
# Watch out for https://github.com/grafana/helm-charts/issues/3417
9-
# Workaround at: https://github.com/grafana/helm-charts/issues/3660#issuecomment-3007113458
6+
name: grafana-community
7+
url: https://grafana-community.github.io/helm-charts
108
# To find the latest version:
11-
# helm repo add grafana https://grafana.github.io/helm-charts --force-update
12-
# helm search repo grafana/tempo
13-
version: 1.24.4 # appVersion: 2.9.0
9+
# helm repo add grafana-community https://grafana-community.github.io/helm-charts --force-update
10+
# helm search repo grafana-community/tempo
11+
version: 2.2.3 # appVersion: 2.10.7
1412
options:
1513
global:
1614
commonLabels:

0 commit comments

Comments
 (0)