From 111850e147bbc830578aecde166e22e59d0ff179 Mon Sep 17 00:00:00 2001 From: Vicens Juan Tomas Monserrat Date: Mon, 21 Oct 2024 16:31:09 +0200 Subject: [PATCH] Update prometheus operator versions --- libs/prometheus-operator/config.jsonnet | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/prometheus-operator/config.jsonnet b/libs/prometheus-operator/config.jsonnet index 9d46c0f0..040d7c4f 100644 --- a/libs/prometheus-operator/config.jsonnet +++ b/libs/prometheus-operator/config.jsonnet @@ -1,11 +1,6 @@ local config = import 'jsonnet/config.jsonnet'; local versions = [ - { output: '0.57', version: '0.57.0' }, - { output: '0.58', version: '0.58.0' }, - { output: '0.59', version: '0.59.2' }, - { output: '0.60', version: '0.60.0' }, - { output: '0.61', version: '0.61.1' }, { output: '0.62', version: '0.62.0' }, { output: '0.63', version: '0.63.0' }, { output: '0.64', version: '0.64.1' }, @@ -17,6 +12,11 @@ local versions = [ { output: '0.70', version: '0.70.0' }, { output: '0.71', version: '0.71.2' }, { output: '0.72', version: '0.72.0' }, + { 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.1' }, ]; config.new(