chore: update helm release kube-prometheus-stack to v54.2.2 #92

Merged
smark merged 1 commit from renovate/kube-prometheus-stack-54.x into main 2023-11-24 06:33:19 +00:00
Showing only changes of commit 5a36db37b3 - 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": "54.1.0", "version": "54.2.2",
"namespace": "metrics" "namespace": "metrics"
}; };