File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ jms.destinations.createCourseOfferingResultsQueue={{ .Release.Namespace }}-creat
129129jms.destinations.instructorQueue = {{ .Release.Namespace }}-instructorQueue
130130jms.destinations.itemQueue = {{ .Release.Namespace }}-itemQueue
131131jms.destinations.learnerQueue = {{ .Release.Namespace }}-learnerQueue
132+ jms.destinations.managerQueue = {{ .Release.Namespace }}-managerQueue
132133jms.destinations.ojtJobQueue = {{ include " thub.ojtJobQueueName" . }}
133134jms.destinations.sfLmsDataJobQueue = {{ include " thub.sfLmsDataJobQueueName" . }}
134135jms.destinations.scheduledOfferingQueue = {{ .Release.Namespace }}-scheduledOfferingQueue
You can’t perform that action at this time.
0 commit comments