Skip to content

Commit

Permalink
feat: Update rabbitmq-messaging-topology-operator libs (#432)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Clariana <[email protected]>
  • Loading branch information
jordiclariana authored Jul 1, 2024
1 parent e4f1157 commit 0a8701c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions libs/rabbitmq-messaging-topology-operator/config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
local config = import 'jsonnet/config.jsonnet';
local versions = [
{ tag: "v1.8.0", version: "1.8" },
{ tag: "v1.9.0", version: "1.9" },
{ tag: "v1.10.0", version: "1.10" },
{ tag: 'v1.8.0', version: '1.8' },
{ tag: 'v1.9.0', version: '1.9' },
{ tag: 'v1.10.0', version: '1.10' },
{ tag: 'v1.11.0', version: '1.11' },
{ tag: 'v1.12.0', version: '1.12' },
{ tag: 'v1.13.0', version: '1.13' },
{ tag: 'v1.14.0', version: '1.14' },
];


Expand All @@ -14,7 +18,7 @@ config.new(
openapi: 'http://localhost:8001/openapi/v2',
prefix: '^com\\.rabbitmq\\..*',
crds: [
'https://github.com/rabbitmq/messaging-topology-operator/releases/download/%s/messaging-topology-operator.yaml' % v.tag
'https://github.com/rabbitmq/messaging-topology-operator/releases/download/%s/messaging-topology-operator.yaml' % v.tag,
],
localName: 'rabbitmq-messaging-topology-operator',
}
Expand Down

0 comments on commit 0a8701c

Please sign in to comment.