From 827ec95fd0bbcc9ae6beb6b916f08510e3ad045a Mon Sep 17 00:00:00 2001 From: Luke Jolly Date: Sun, 12 Oct 2025 10:49:33 -0600 Subject: [PATCH] chore(kube-prometheus): update versions to 0.86.0 --- libs/prometheus-operator/config.jsonnet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/prometheus-operator/config.jsonnet b/libs/prometheus-operator/config.jsonnet index 3b458f94..7f5908ab 100644 --- a/libs/prometheus-operator/config.jsonnet +++ b/libs/prometheus-operator/config.jsonnet @@ -1,9 +1,6 @@ local config = import 'jsonnet/config.jsonnet'; local versions = [ - { output: '0.73', version: '0.73.2' }, - { output: '0.74', version: '0.74.0' }, - { output: '0.75', version: '0.75.2' }, { output: '0.76', version: '0.76.2' }, { output: '0.77', version: '0.77.2' }, { output: '0.78', version: '0.78.2' }, @@ -12,6 +9,9 @@ local versions = [ { output: '0.81', version: '0.81.0' }, { output: '0.82', version: '0.82.2' }, { output: '0.83', version: '0.83.0' }, + { output: '0.84', version: '0.84.1' }, + { output: '0.85', version: '0.85.0' }, + { output: '0.86', version: '0.86.0' }, ]; config.new(