Skip to content

Commit 94117d4

Browse files
committed
MAINT: Specify host directly
Specify a Rabbit host directly, since trying to connect to multiple hosts isn't working We'll address this in a future commit since the foundation is in place
1 parent a9acf60 commit 94117d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/rabbit-consumer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ type: application
66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates, including the app version.
88
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9-
version: 1.6.1
9+
version: 1.7.0
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application. Versions are not expected to
1313
# follow Semantic Versioning. They should reflect the version the application is using.
1414
# It is recommended to use it with quotes.
15-
appVersion: "v2.3.7"
15+
appVersion: "v3.0.0"

charts/rabbit-consumer/prod-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ consumer:
33
defaultPrefix: vm-openstack-Prod-
44

55
rabbitmq:
6-
host: openstack.stfc.ac.uk
6+
host: hv747.nubes.rl.ac.uk
77

88
openstack:
99
authUrl: https://openstack.stfc.ac.uk:5000/v3

0 commit comments

Comments
 (0)