diff --git a/libs/rabbitmq-messaging-topology-operator/config.jsonnet b/libs/rabbitmq-messaging-topology-operator/config.jsonnet index 94b6692f..79817da4 100644 --- a/libs/rabbitmq-messaging-topology-operator/config.jsonnet +++ b/libs/rabbitmq-messaging-topology-operator/config.jsonnet @@ -7,6 +7,7 @@ local versions = [ { tag: 'v1.12.0', version: '1.12' }, { tag: 'v1.13.0', version: '1.13' }, { tag: 'v1.14.0', version: '1.14' }, + { tag: 'v1.16.0', version: '1.16' }, ]; diff --git a/libs/rabbitmq/config.jsonnet b/libs/rabbitmq/config.jsonnet index 68055b93..9ac9b1c3 100644 --- a/libs/rabbitmq/config.jsonnet +++ b/libs/rabbitmq/config.jsonnet @@ -8,6 +8,7 @@ local versions = [ { tag: "2.7.0", version: "2.7" }, { tag: "2.8.0", version: "2.8" }, { tag: "2.9.0", version: "2.9" }, + { tag: "2.12.1", version: "2.12" }, ];