chore: update helm release kube-prometheus-stack to v53 #87

Merged
smark merged 1 commit from renovate/kube-prometheus-stack-53.x into main 2023-11-13 06:44:17 +00:00
Showing only changes of commit f13e6d7ad3 - Show all commits

View file

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