From fd89e5f501a628ee4b574ee221750758f84e8d67 Mon Sep 17 00:00:00 2001 From: David Hadley Date: Wed, 23 Sep 2026 15:14:45 +0100 Subject: [PATCH 1/2] fix(monitoring): fix thanos receive service stuck in Progressing on staging --- charts/monitoring/staging-values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/monitoring/staging-values.yaml b/charts/monitoring/staging-values.yaml index 2bd026d04..a59ee7aef 100644 --- a/charts/monitoring/staging-values.yaml +++ b/charts/monitoring/staging-values.yaml @@ -38,6 +38,8 @@ thanos: enabled: true ingress: enabled: false + service: + type: ClusterIP compactor: enabled: false ruler: From 95832c9cd7fd0c8917784908db691c021b630dca Mon Sep 17 00:00:00 2001 From: David Hadley Date: Wed, 23 Sep 2026 15:32:20 +0100 Subject: [PATCH 2/2] chore(charts): increment monitoring helm chart version --- charts/monitoring/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/monitoring/Chart.yaml b/charts/monitoring/Chart.yaml index 60264d61a..685f7efe9 100644 --- a/charts/monitoring/Chart.yaml +++ b/charts/monitoring/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: monitoring description: A monitoring stack for the workflows deployment type: application -version: 0.1.30 +version: 0.1.31 dependencies: - name: grafana repository: https://grafana-community.github.io/helm-charts