Skip to content

Commit d3f475b

Browse files
ozhadaieOleksii Zhadaiev
andauthored
chore(rabbitmq): add 2.14.0 (#544)
Co-authored-by: Oleksii Zhadaiev <[email protected]>
1 parent 0a40d11 commit d3f475b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

libs/rabbitmq/config.jsonnet

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
local config = import 'jsonnet/config.jsonnet';
22
local versions = [
3-
{ tag: "1.7.0", version: "1.7" },
4-
{ tag: "1.14.0", version: "1.14" }
5-
{ tag: "2.0.0", version: "2.0" },
6-
{ tag: "2.1.0", version: "2.1" },
7-
{ tag: "2.6.0", version: "2.6" },
8-
{ tag: "2.7.0", version: "2.7" },
9-
{ tag: "2.8.0", version: "2.8" },
10-
{ tag: "2.9.0", version: "2.9" },
11-
{ tag: "2.12.1", version: "2.12" },
3+
{ tag: '1.7.0', version: '1.7' },
4+
{ tag: '1.14.0', version: '1.14' }
5+
{ tag: '2.0.0', version: '2.0' },
6+
{ tag: '2.1.0', version: '2.1' },
7+
{ tag: '2.6.0', version: '2.6' },
8+
{ tag: '2.7.0', version: '2.7' },
9+
{ tag: '2.8.0', version: '2.8' },
10+
{ tag: '2.9.0', version: '2.9' },
11+
{ tag: '2.12.1', version: '2.12' },
12+
{ tag: '2.14.0', version: '2.14' },
1213
];
1314

1415

@@ -20,7 +21,7 @@ config.new(
2021
openapi: 'http://localhost:8001/openapi/v2',
2122
prefix: '^com\\.rabbitmq\\..*',
2223
crds: [
23-
'https://github.com/rabbitmq/cluster-operator/releases/download/v%s/cluster-operator.yml' % v.tag
24+
'https://github.com/rabbitmq/cluster-operator/releases/download/v%s/cluster-operator.yml' % v.tag,
2425
],
2526
localName: 'rabbitmq',
2627
}

0 commit comments

Comments
 (0)