Skip to content

Commit 2ced047

Browse files
Update Helm release tempo-distributed to v1.52.8
1 parent 86d01be commit 2ced047

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/charts.k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ charts: helm.Charts = {
128128
tempo: {
129129
chart = "tempo-distributed"
130130
repoURL = "https://grafana.github.io/helm-charts"
131-
targetRevision = "1.52.7"
131+
targetRevision = "1.52.8"
132132
schemaGenerator = "AUTO"
133133
crdGenerator = "TEMPLATE"
134134
}

charts/tempo/chart.k

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ schema Chart(helm.Chart):
1414
values : Values | any, optional
1515
chart : str, required, default is "tempo-distributed"
1616
repoURL : str, required, default is "https://grafana.github.io/helm-charts"
17-
targetRevision : str, optional, default is "1.52.7"
17+
targetRevision : str, optional, default is "1.52.8"
1818
"""
1919
values?: Values | any
2020
chart: str = "tempo-distributed"
2121
repoURL: str = "https://grafana.github.io/helm-charts"
22-
targetRevision?: str = "1.52.7"
22+
targetRevision?: str = "1.52.8"
2323

0 commit comments

Comments
 (0)