Update k8s/core/prom-stack/kustomization.yaml
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 20s
Auto-update README / Generate README and Create MR (push) Successful in 9s

This commit is contained in:
ab
2025-11-24 11:39:51 +00:00
parent 37bb407a77
commit 462cb9189d

View File

@@ -9,7 +9,7 @@ resources:
helmCharts: helmCharts:
- name: kube-prometheus-stack - name: kube-prometheus-stack
repo: https://prometheus-community.github.io/helm-charts repo: https://prometheus-community.github.io/helm-charts
version: 70.4.2 version: 79.7.1
releaseName: prometheus releaseName: prometheus
namespace: prometheus namespace: prometheus
valuesFile: prom-values.yaml valuesFile: prom-values.yaml
@@ -17,7 +17,7 @@ helmCharts:
- name: grafana - name: grafana
repo: https://grafana.github.io/helm-charts repo: https://grafana.github.io/helm-charts
version: 8.11.4 version: 10.2.0
releaseName: grafana releaseName: grafana
namespace: prometheus namespace: prometheus
valuesFile: grafana-values.yaml valuesFile: grafana-values.yaml