From a3f74d5fd965499038f8b559f0d840e797241e94 Mon Sep 17 00:00:00 2001 From: Tyler VanZanten Date: Wed, 19 Nov 2025 11:12:41 -0500 Subject: [PATCH] Fix: add managerQueue for new lms-data-service and user-service versions --- charts/thub/Chart.yaml | 2 +- charts/thub/templates/_helpers.tpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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