Skip to content

Commit a3f74d5

Browse files
committed
Fix: add managerQueue for new lms-data-service and user-service versions
1 parent 76c4b28 commit a3f74d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/thub/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.10.11
9+
version: 1.10.12
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

charts/thub/templates/_helpers.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ jms.destinations.createCourseOfferingResultsQueue={{ .Release.Namespace }}-creat
129129
jms.destinations.instructorQueue={{ .Release.Namespace }}-instructorQueue
130130
jms.destinations.itemQueue={{ .Release.Namespace }}-itemQueue
131131
jms.destinations.learnerQueue={{ .Release.Namespace }}-learnerQueue
132+
jms.destinations.managerQueue={{ .Release.Namespace }}-managerQueue
132133
jms.destinations.ojtJobQueue={{ include "thub.ojtJobQueueName" . }}
133134
jms.destinations.sfLmsDataJobQueue={{ include "thub.sfLmsDataJobQueueName" . }}
134135
jms.destinations.scheduledOfferingQueue={{ .Release.Namespace }}-scheduledOfferingQueue

0 commit comments

Comments
 (0)