From 9716f8ab14c8af8f6e8fbb3782a1ca3d392ff487 Mon Sep 17 00:00:00 2001 From: qclaogui <17244565+qclaogui@users.noreply.github.com> Date: Wed, 24 Apr 2024 07:11:59 +0000 Subject: [PATCH] Update common dependency helm charts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 🤖QC Owl App[bot] <165384878+qc-owl-app[bot]@users.noreply.github.com> --- kubernetes/common/kube-prometheus-stack/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/common/kube-prometheus-stack/kustomization.yaml b/kubernetes/common/kube-prometheus-stack/kustomization.yaml index 3e30691d..cc13280c 100644 --- a/kubernetes/common/kube-prometheus-stack/kustomization.yaml +++ b/kubernetes/common/kube-prometheus-stack/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization helmCharts: - name: kube-prometheus-stack repo: https://prometheus-community.github.io/helm-charts - version: 58.2.1 + version: 58.2.2 releaseName: kube-prometheus-stack namespace: monitoring-system includeCRDs: false