chore: update helm release kube-prometheus-stack to v54.1.0 #90

Merged
smark merged 1 commit from renovate/kube-prometheus-stack-54.x into main 2023-11-17 23:14:15 +00:00
Showing only changes of commit 1bd60f7314 - 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.0.1", "version": "54.1.0",
"namespace": "metrics" "namespace": "metrics"
}; };