From ad77ef144b051faa889b985a5754112373595cad Mon Sep 17 00:00:00 2001 From: "michal.gubricky" Date: Tue, 5 Dec 2023 07:45:46 +0100 Subject: [PATCH] Fix field denyNamespaces in newer kube-prometheus-stack version Signed-off-by: michal.gubricky --- chart/Chart.yaml | 2 +- chart/values-openshift.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 2b9b888..85776e1 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v2 name: dnation-kubernetes-monitoring-stack -version: 3.4.1 +version: 3.4.2 appVersion: 2.6.2 # dnation-kubernetes-monitoring description: An umbrella helm chart for Kubernetes monitoring based on kube-prometheus-stack, thanos, loki, loki-distributed, promtail and dnation-kubernetes-monitoring. keywords: diff --git a/chart/values-openshift.yaml b/chart/values-openshift.yaml index 5e0370c..15019b8 100644 --- a/chart/values-openshift.yaml +++ b/chart/values-openshift.yaml @@ -240,7 +240,7 @@ kube-prometheus-stack: kubeletService: enabled: false # Disable operator in openshift monitoring - denyNamespaces: 'openshift-monitoring' + denyNamespaces: ['openshift-monitoring'] prometheus-node-exporter: serviceAccount: create: false