From 107511bc113af68b12d758fd864dee505fc6c01a Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 19:05:18 +0000 Subject: [PATCH] ci(deps): update monitoring dependencies | datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | helm | kube-prometheus-stack | 78.0.0 | 78.1.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 0687c083..687d9ec0 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: "78.0.0" + version: "78.1.0" {{- end }} disableValidationOnInstall: true diff --git a/src/schemas/monitoring.cue b/src/schemas/monitoring.cue index 468b22b2..624b83ec 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: "78.0.0" + version: "78.1.0" disableValidationOnInstall: true } }