From db793571aeafc8783d3df89ea4cd21b28aa08579 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:40:13 +0000 Subject: [PATCH] ci(deps): update monitoring dependencies | datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | helm | kube-prometheus-stack | 77.6.2 | 77.7.0 | --- 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 c9f066a18..8bf8fb86b 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: "77.6.2" + version: "77.7.0" {{- end }} disableValidationOnInstall: true diff --git a/src/schemas/monitoring.cue b/src/schemas/monitoring.cue index f4f41641c..45af6e98c 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: "77.6.2" + version: "77.7.0" disableValidationOnInstall: true } }