diff --git a/charts/thub/Chart.yaml b/charts/thub/Chart.yaml index feec3d1..65d2ca5 100644 --- a/charts/thub/Chart.yaml +++ b/charts/thub/Chart.yaml @@ -6,7 +6,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.10.11 +version: 1.10.12 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/thub/templates/_helpers.tpl b/charts/thub/templates/_helpers.tpl index 2d44c71..2cf2876 100644 --- a/charts/thub/templates/_helpers.tpl +++ b/charts/thub/templates/_helpers.tpl @@ -129,6 +129,7 @@ jms.destinations.createCourseOfferingResultsQueue={{ .Release.Namespace }}-creat jms.destinations.instructorQueue={{ .Release.Namespace }}-instructorQueue jms.destinations.itemQueue={{ .Release.Namespace }}-itemQueue jms.destinations.learnerQueue={{ .Release.Namespace }}-learnerQueue +jms.destinations.managerQueue={{ .Release.Namespace }}-managerQueue jms.destinations.ojtJobQueue={{ include "thub.ojtJobQueueName" . }} jms.destinations.sfLmsDataJobQueue={{ include "thub.sfLmsDataJobQueueName" . }} jms.destinations.scheduledOfferingQueue={{ .Release.Namespace }}-scheduledOfferingQueue