From f483617a18023ddc0c31ab007cb46607fe4019ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:06:36 +0000 Subject: [PATCH] chore(deps): update prometheus-stack to v56.8.0 | datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | helm | kube-prometheus-stack | 56.6.2 | 56.8.0 | --- src/prometheus-stack/common/zarf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prometheus-stack/common/zarf.yaml b/src/prometheus-stack/common/zarf.yaml index f21691582..71ef0bb20 100644 --- a/src/prometheus-stack/common/zarf.yaml +++ b/src/prometheus-stack/common/zarf.yaml @@ -15,6 +15,6 @@ components: - name: kube-prometheus-stack namespace: monitoring url: https://prometheus-community.github.io/helm-charts - version: 56.6.2 + version: 56.8.0 valuesFiles: - "../values/values.yaml"