diff --git a/libs/cert-manager/config.jsonnet b/libs/cert-manager/config.jsonnet index fae1bfa..8e8ac1c 100644 --- a/libs/cert-manager/config.jsonnet +++ b/libs/cert-manager/config.jsonnet @@ -1,5 +1,6 @@ local config = import 'jsonnet/config.jsonnet'; local versions = [ + { version: '1.15', tag: 'v1.15.1'}, { version: '1.14', tag: 'v1.14.2'}, { version: '1.13', tag: 'v1.13.3'}, { version: '1.12', tag: 'v1.12.7'},