From 82dcd5213dc867500f1681ab9f95aa849842044e Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 21:04:45 +0000 Subject: [PATCH] ci(deps): update monitoring dependencies | datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | helm | kube-prometheus-stack | 79.1.0 | 79.1.1 | --- monitoring/helmfile.yaml | 2 +- src/schemas/monitoring.cue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/monitoring/helmfile.yaml b/monitoring/helmfile.yaml index c2081148..1940f32f 100644 --- a/monitoring/helmfile.yaml +++ b/monitoring/helmfile.yaml @@ -158,7 +158,7 @@ templates: version: {{ .Values | get "kube-prometheus-stack" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "kube-prometheus-stack" dict | get "chartVersion" false ) ( .Values | get "kube-prometheus-stack" dict | get "chartUrl" false ) )) }} - version: "79.1.0" + version: "79.1.1" {{- end }} disableValidationOnInstall: true diff --git a/src/schemas/monitoring.cue b/src/schemas/monitoring.cue index 59abef9b..d54fd03b 100644 --- a/src/schemas/monitoring.cue +++ b/src/schemas/monitoring.cue @@ -51,7 +51,7 @@ package LaunchpadNamespaces chart: {_repositories["prometheus-community"].charts["kube-prometheus-stack"]} feature: #features.#metrics _template: { - version: "79.1.0" + version: "79.1.1" disableValidationOnInstall: true } }