From 91c860ed74df52cd0d6df15b8a10515acaa42c24 Mon Sep 17 00:00:00 2001 From: Vicens Juan Tomas Monserrat Date: Thu, 9 Jul 2026 16:26:55 +0200 Subject: [PATCH] Add newer cert-manager versions --- libs/cert-manager/config.jsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/cert-manager/config.jsonnet b/libs/cert-manager/config.jsonnet index 2918ff7e..fa62a3da 100644 --- a/libs/cert-manager/config.jsonnet +++ b/libs/cert-manager/config.jsonnet @@ -1,8 +1,8 @@ local config = import 'jsonnet/config.jsonnet'; local versions = [ + { version: '1.21', tag: 'v1.21.0' }, + { version: '1.20', tag: 'v1.20.3' }, { version: '1.19', tag: 'v1.19.1' }, - { version: '1.18', tag: 'v1.18.3' }, - { version: '1.17', tag: 'v1.17.3' }, ]; config.new(