From a679a5693e2e3b9aa45e9ec7b2c5d490c44d07b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:11:31 +0000 Subject: [PATCH] Update Helm release kube-prometheus-stack to v62 --- applications/base/prometheus-stack/application.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/base/prometheus-stack/application.libsonnet b/applications/base/prometheus-stack/application.libsonnet index 06a720e2d..8f43b9c7d 100644 --- a/applications/base/prometheus-stack/application.libsonnet +++ b/applications/base/prometheus-stack/application.libsonnet @@ -8,7 +8,7 @@ app.new( ).withChart( name='kube-prometheus-stack', repoURL='https://prometheus-community.github.io/helm-charts', - targetRevision='61.9.0', + targetRevision='62.3.1', releaseName='kube-prometheus-stack', values='values.yaml', skipCrds=true,