From 44efbb2023fb3c052ab9959c6f2b0a6851ae8264 Mon Sep 17 00:00:00 2001 From: adinhodovic Date: Mon, 9 Oct 2023 17:56:41 +0200 Subject: [PATCH] feat: Add new prometheus-operator versions --- libs/prometheus-operator/config.jsonnet | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/prometheus-operator/config.jsonnet b/libs/prometheus-operator/config.jsonnet index 6bac619..acfcfb5 100644 --- a/libs/prometheus-operator/config.jsonnet +++ b/libs/prometheus-operator/config.jsonnet @@ -11,6 +11,8 @@ local versions = [ { output: '0.64', version: '0.64.1' }, { output: '0.65', version: '0.65.2' }, { output: '0.66', version: '0.66.0' }, + { output: '0.67', version: '0.67.1' }, + { output: '0.68', version: '0.68.0' }, ]; config.new(