diff --git a/charts/kube-prometheus-stack/Chart.yaml b/charts/kube-prometheus-stack/Chart.yaml index 8e2658fbd4d2..6fea77cd78da 100644 --- a/charts/kube-prometheus-stack/Chart.yaml +++ b/charts/kube-prometheus-stack/Chart.yaml @@ -28,7 +28,7 @@ name: kube-prometheus-stack sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus -version: 89.2.1 +version: 89.2.2 # renovate: github=prometheus-operator/prometheus-operator appVersion: v0.93.1 kubeVersion: ">=1.25.0-0" @@ -53,17 +53,17 @@ dependencies: condition: crds.enabled - name: kube-state-metrics version: "8.4.1" - repository: https://prometheus-community.github.io/helm-charts + repository: oci://ghcr.io/prometheus-community/charts condition: kubeStateMetrics.enabled - name: prometheus-node-exporter version: "4.56.3" - repository: https://prometheus-community.github.io/helm-charts + repository: oci://ghcr.io/prometheus-community/charts condition: nodeExporter.enabled - name: grafana - version: "13.2.0" - repository: https://grafana-community.github.io/helm-charts + version: "13.2.1" + repository: oci://ghcr.io/grafana-community/helm-charts condition: grafana.enabled - name: prometheus-windows-exporter - repository: https://prometheus-community.github.io/helm-charts + repository: oci://ghcr.io/prometheus-community/charts version: "0.12.*" condition: windowsMonitoring.enabled