From 416813d984f25ff16431e2a88fd7b653c786ac73 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:39:28 +0000 Subject: [PATCH] ci(deps): update monitoring dependencies | datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | helm | kube-prometheus-stack | 65.3.1 | 65.3.2 | --- 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 5cf70dad..20202ef1 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.3.1" + version: "65.3.2" {{- end }} disableValidationOnInstall: true diff --git a/src/schemas/monitoring.cue b/src/schemas/monitoring.cue index 1ac4a196..ebf4ec3c 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.3.1" + version: "65.3.2" disableValidationOnInstall: true } }