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 @@ -135,7 +135,7 @@ charts: helm.Charts = {
135135 mimir: {
136136 chart = "mimir-distributed"
137137 repoURL = "https://grafana.github.io/helm-charts"
138- targetRevision = "5.8.0 "
138+ targetRevision = "6.0.2 "
139139 schemaGenerator = "NONE"
140140 crdGenerator = "NONE"
141141 }
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 "mimir-distributed"
1616 repoURL : str, required, default is "https://grafana.github.io/helm-charts"
17- targetRevision : str, optional, default is "5.8.0 "
17+ targetRevision : str, optional, default is "6.0.2 "
1818 """
1919 values?: Values | any
2020 chart: str = "mimir-distributed"
2121 repoURL: str = "https://grafana.github.io/helm-charts"
22- targetRevision?: str = "5.8.0 "
22+ targetRevision?: str = "6.0.2 "
2323
You can’t perform that action at this time.
0 commit comments