chore: update helm release kube-prometheus-stack to v51.2.0

This commit is contained in:
Renovate Bot 2023-09-24 02:01:02 +00:00 committed by Sebastian Mark
parent 33a6c4120c
commit 12d78d6fcc

View file

@ -2,7 +2,7 @@
local app = import "../../_templates/argocd_app.libsonnet";
local vars = {
"version": "51.1.1",
"version": "51.2.0",
"namespace": "metrics"
};