File tree Expand file tree Collapse file tree
infra/fridge/isolated-cluster/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def __init__(
4343 "monitoring-operator" ,
4444 ReleaseArgs (
4545 chart = "kube-prometheus-stack" ,
46- version = "75.15.1 " ,
46+ version = "81.6.3 " ,
4747 repository_opts = {
4848 "repo" : "https://prometheus-community.github.io/helm-charts"
4949 },
@@ -102,7 +102,7 @@ def __init__(
102102 "monitoring-operator" ,
103103 ReleaseArgs (
104104 chart = "kube-prometheus-stack" ,
105- version = "75.15.1 " ,
105+ version = "81.6.3 " ,
106106 repository_opts = {
107107 "repo" : "https://prometheus-community.github.io/helm-charts"
108108 },
@@ -144,12 +144,11 @@ def __init__(
144144 ),
145145 opts = child_opts ,
146146 )
147-
148147 grafana_loki = Release (
149148 "grafana-loki" ,
150149 ReleaseArgs (
151150 chart = "loki-stack" ,
152- version = "2.10.2 " ,
151+ version = "6.53.0 " ,
153152 repository_opts = {
154153 "repo" : "https://grafana.github.io/helm-charts"
155154 },
You can’t perform that action at this time.
0 commit comments