Skip to content

Commit d181526

Browse files
authored
chore(cert-manager): Add all currently supported versions (#578)
1 parent be32252 commit d181526

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

libs/cert-manager/config.jsonnet

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
local config = import 'jsonnet/config.jsonnet';
22
local versions = [
3-
{ version: '1.15', tag: 'v1.15.3' },
4-
{ version: '1.14', tag: 'v1.14.2' },
5-
{ version: '1.13', tag: 'v1.13.3' },
6-
{ version: '1.12', tag: 'v1.12.7' },
7-
{ version: '1.11', tag: 'v1.11.5' },
8-
{ version: '1.10', tag: 'v1.10.2' },
9-
{ version: '1.9', tag: 'v1.9.2' },
10-
{ version: '1.8', tag: 'v1.8.2' },
11-
{ version: '1.7', tag: 'v1.7.3' },
12-
{ version: '1.6', tag: 'v1.6.3' },
13-
{ version: '1.5', tag: 'v1.5.5' },
14-
{ version: '1.4', tag: 'v1.4.4' },
15-
{ version: '1.3', tag: 'v1.3.3' },
3+
{ version: '1.19', tag: 'v1.19.1' },
4+
{ version: '1.18', tag: 'v1.18.3' },
5+
{ version: '1.17', tag: 'v1.17.3' },
166
];
177

188
config.new(

0 commit comments

Comments
 (0)