From 5c4e232100aa22f8841831f9a99c6f80cffefd20 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 27 Feb 2024 15:56:11 +0100 Subject: [PATCH] chore(prometheus-operator): don't ship dashboards with operator --- charts/operators/prometheus-operator/Chart.yaml | 2 +- charts/operators/prometheus-operator/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/operators/prometheus-operator/Chart.yaml b/charts/operators/prometheus-operator/Chart.yaml index ac718af603e..0b3f201458d 100644 --- a/charts/operators/prometheus-operator/Chart.yaml +++ b/charts/operators/prometheus-operator/Chart.yaml @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/operators/prometheus-operator - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 6.2.1 +version: 6.2.2 diff --git a/charts/operators/prometheus-operator/values.yaml b/charts/operators/prometheus-operator/values.yaml index 289bbe25c7d..b6bc91989ae 100644 --- a/charts/operators/prometheus-operator/values.yaml +++ b/charts/operators/prometheus-operator/values.yaml @@ -74,8 +74,8 @@ kps: ## grafana: enabled: false - forceDeployDashboards: true - defaultDashboardsEnabled: true + forceDeployDashboards: false + defaultDashboardsEnabled: false ## Flag to disable all the kubernetes component scrapers ##