From edc3ccc535cfd4cace5bbdc571338b86991a6fd8 Mon Sep 17 00:00:00 2001 From: qclaogui <17244565+qclaogui@users.noreply.github.com> Date: Wed, 26 Feb 2025 07:15: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/alloy/kustomization.yaml | 2 +- kubernetes/common/kube-prometheus-stack/kustomization.yaml | 2 +- kubernetes/common/prometheus-operator-crds/kustomization.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kubernetes/common/alloy/kustomization.yaml b/kubernetes/common/alloy/kustomization.yaml index 1280035a..f1ced844 100644 --- a/kubernetes/common/alloy/kustomization.yaml +++ b/kubernetes/common/alloy/kustomization.yaml @@ -4,7 +4,7 @@ namespace: monitoring-system helmCharts: - name: alloy repo: https://grafana.github.io/helm-charts - version: 0.11.0 + version: 0.12.0 releaseName: alloy namespace: monitoring-system includeCRDs: false diff --git a/kubernetes/common/kube-prometheus-stack/kustomization.yaml b/kubernetes/common/kube-prometheus-stack/kustomization.yaml index 4ea70c6e..b4241a61 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: 69.3.2 + version: 69.5.2 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 4cacfaf9..147e206d 100644 --- a/kubernetes/common/prometheus-operator-crds/kustomization.yaml +++ b/kubernetes/common/prometheus-operator-crds/kustomization.yaml @@ -3,5 +3,5 @@ kind: Kustomization helmCharts: - name: prometheus-operator-crds repo: https://prometheus-community.github.io/helm-charts - version: 18.0.0 + version: 18.0.1 includeCRDs: false