Skip to content

Commit ff80a44

Browse files
authored
Upgrade rabbit mq version used in e2e tests (#81)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 347b926 commit ff80a44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/e2e/replacement_values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"""
1616

1717
REPLACEMENT_VALUES = {
18-
"MQ_RABBITMQ_ENGINE_VERSION": "3.8.6",
18+
"MQ_RABBITMQ_ENGINE_VERSION": "3.13",
1919
"MQ_HOST_INSTANCE_TYPE": "mq.t3.micro",
2020
}

test/e2e/resources/broker_rabbitmq_non_public.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ metadata:
44
name: $BROKER_NAME
55
spec:
66
name: $BROKER_NAME
7-
autoMinorVersionUpgrade: false
7+
autoMinorVersionUpgrade: true
88
deploymentMode: SINGLE_INSTANCE
99
engineType: RabbitMQ
10-
engineVersion: $MQ_RABBITMQ_ENGINE_VERSION
10+
engineVersion: "$MQ_RABBITMQ_ENGINE_VERSION"
1111
hostInstanceType: $MQ_HOST_INSTANCE_TYPE
1212
publiclyAccessible: false
1313
users:

0 commit comments

Comments
 (0)