From a5cc24b2843526ea8c8d4960229a161a53dbd711 Mon Sep 17 00:00:00 2001 From: Remi Dettai Date: Thu, 11 Apr 2024 09:55:37 +0000 Subject: [PATCH] Clean unused monitoring service additionalLabels value --- charts/quickwit/Chart.yaml | 2 +- charts/quickwit/values.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/quickwit/Chart.yaml b/charts/quickwit/Chart.yaml index 27fc1fe..08f7167 100644 --- a/charts/quickwit/Chart.yaml +++ b/charts/quickwit/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: quickwit description: Sub-second search & analytics engine on cloud storage. type: application -version: 0.5.14 +version: 0.5.15 appVersion: "v0.8.1" keywords: - quickwit diff --git a/charts/quickwit/values.yaml b/charts/quickwit/values.yaml index 1ae55d6..3e3fe10 100644 --- a/charts/quickwit/values.yaml +++ b/charts/quickwit/values.yaml @@ -395,8 +395,6 @@ config: # Prometheus metrics serviceMonitor: enabled: false - # -- Additional labels to add to monitoring resources - additionalLabels: {} interval: 60s scrapeTimeout: 10s metricRelabelings: []