1
1
local config = import 'jsonnet/config.jsonnet' ;
2
2
local 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' },
6
8
];
7
9
8
10
config.new(
@@ -12,9 +14,9 @@ config.new(
12
14
output: v.version,
13
15
prefix: '^do\\ .zalan\\ .acid\\ ..*' ,
14
16
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' ,
18
20
],
19
21
localName: 'zalando_postgres_operator' ,
20
22
}
0 commit comments