diff --git a/k8s/core/prom-stack/kustomization.yaml b/k8s/core/prom-stack/kustomization.yaml index fc8218b..87742f7 100644 --- a/k8s/core/prom-stack/kustomization.yaml +++ b/k8s/core/prom-stack/kustomization.yaml @@ -9,7 +9,7 @@ resources: helmCharts: - name: kube-prometheus-stack repo: https://prometheus-community.github.io/helm-charts - version: 70.4.2 + version: 79.7.1 releaseName: prometheus namespace: prometheus valuesFile: prom-values.yaml @@ -17,7 +17,7 @@ helmCharts: - name: grafana repo: https://grafana.github.io/helm-charts - version: 8.11.4 + version: 10.2.0 releaseName: grafana namespace: prometheus valuesFile: grafana-values.yaml