From ed7bea29cfb41ca63a7b89270a9f1fd139572146 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 07:34:00 +0000 Subject: [PATCH] ci(deps): update monitoring dependencies | datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | helm | kube-prometheus-stack | 65.1.1 | 65.2.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 dede65bf..3ec49b19 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: "65.1.1" + version: "65.2.0" {{- end }} disableValidationOnInstall: true diff --git a/src/schemas/monitoring.cue b/src/schemas/monitoring.cue index 69a525b3..40a4db8a 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: "65.1.1" + version: "65.2.0" disableValidationOnInstall: true } }