diff --git a/libs/cert-manager/config.jsonnet b/libs/cert-manager/config.jsonnet index bc02409b..2918ff7e 100644 --- a/libs/cert-manager/config.jsonnet +++ b/libs/cert-manager/config.jsonnet @@ -1,18 +1,8 @@ local config = import 'jsonnet/config.jsonnet'; local versions = [ - { version: '1.15', tag: 'v1.15.3' }, - { version: '1.14', tag: 'v1.14.2' }, - { version: '1.13', tag: 'v1.13.3' }, - { version: '1.12', tag: 'v1.12.7' }, - { version: '1.11', tag: 'v1.11.5' }, - { version: '1.10', tag: 'v1.10.2' }, - { version: '1.9', tag: 'v1.9.2' }, - { version: '1.8', tag: 'v1.8.2' }, - { version: '1.7', tag: 'v1.7.3' }, - { version: '1.6', tag: 'v1.6.3' }, - { version: '1.5', tag: 'v1.5.5' }, - { version: '1.4', tag: 'v1.4.4' }, - { version: '1.3', tag: 'v1.3.3' }, + { version: '1.19', tag: 'v1.19.1' }, + { version: '1.18', tag: 'v1.18.3' }, + { version: '1.17', tag: 'v1.17.3' }, ]; config.new(