Skip to content

Commit 06e26ef

Browse files
committed
Update prometheus version
1 parent 2c26ece commit 06e26ef

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

infra/fridge/isolated-cluster/components/monitoring.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)