File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments