From 752969353b1021dfc3a2ec417427e56d3ae73698 Mon Sep 17 00:00:00 2001 From: qclaogui <17244565+qclaogui@users.noreply.github.com> Date: Sun, 21 Apr 2024 09:22:38 +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 | 4 +--- kubernetes/common/prometheus-operator-crds/kustomization.yaml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/kubernetes/common/kube-prometheus-stack/kustomization.yaml b/kubernetes/common/kube-prometheus-stack/kustomization.yaml index 9464f34c..3e30691d 100644 --- a/kubernetes/common/kube-prometheus-stack/kustomization.yaml +++ b/kubernetes/common/kube-prometheus-stack/kustomization.yaml @@ -1,11 +1,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization - - helmCharts: - name: kube-prometheus-stack repo: https://prometheus-community.github.io/helm-charts - version: 57.0.3 + version: 58.2.1 releaseName: kube-prometheus-stack namespace: monitoring-system includeCRDs: false diff --git a/kubernetes/common/prometheus-operator-crds/kustomization.yaml b/kubernetes/common/prometheus-operator-crds/kustomization.yaml index a065bf37..7f707436 100644 --- a/kubernetes/common/prometheus-operator-crds/kustomization.yaml +++ b/kubernetes/common/prometheus-operator-crds/kustomization.yaml @@ -1,9 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization - - helmCharts: - name: prometheus-operator-crds repo: https://prometheus-community.github.io/helm-charts - version: 10.0.0 + version: 11.0.0 includeCRDs: false