11local config = import 'jsonnet/config.jsonnet' ;
22local versions = [
3- {version: '1.8' , tag: 'v1.8.2' },
4- {version: '1.7' , tag: 'v1.7.1' },
5- {version: '1.6' , tag: 'v1.6.3' },
3+ { version: '1.14' , tag: 'v1.14.0' },
4+ { version: '1.13' , tag: 'v1.13.0' },
5+ { version: '1.12' , tag: 'v1.12.2' },
6+ { version: '1.11' , tag: 'v1.11.0' },
7+ { version: '1.8' , tag: 'v1.8.2' },
68];
79
810config.new(
@@ -12,9 +14,9 @@ config.new(
1214 output: v.version,
1315 prefix: '^do\\ .zalan\\ .acid\\ ..*' ,
1416 crds: [
15- 'https://github.com/zalando/postgres-operator/raw/' + v.tag+ '/charts/postgres-operator/crds/operatorconfigurations.yaml' ,
16- 'https://github.com/zalando/postgres-operator/raw/' + v.tag+ '/charts/postgres-operator/crds/postgresqls.yaml' ,
17- 'https://github.com/zalando/postgres-operator/raw/' + v.tag+ '/charts/postgres-operator/crds/postgresteams.yaml' ,
17+ 'https://github.com/zalando/postgres-operator/raw/' + v.tag + '/charts/postgres-operator/crds/operatorconfigurations.yaml' ,
18+ 'https://github.com/zalando/postgres-operator/raw/' + v.tag + '/charts/postgres-operator/crds/postgresqls.yaml' ,
19+ 'https://github.com/zalando/postgres-operator/raw/' + v.tag + '/charts/postgres-operator/crds/postgresteams.yaml' ,
1820 ],
1921 localName: 'zalando_postgres_operator' ,
2022 }
0 commit comments