File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed
Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ version: 1.7.9
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.
14- appVersion : 2.0 .0
14+ appVersion : 2.1 .0
1515
1616home : https://hypercision.github.io/helm-charts
1717
@@ -23,9 +23,9 @@ dependencies:
2323 - name : keycloak-config
2424 version : 0.1.1
2525 - name : lms-data-service
26- version : 1.5.3
26+ version : 1.6.0
2727 - name : ojt
28- version : 1.4.14
28+ version : 1.5.0
2929 - name : user-service
3030 version : 1.3.4
3131
Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ type: application
77# This is the chart version. This version number should be incremented each time you make changes
88# to the chart and its templates, including the app version.
99# Versions are expected to follow Semantic Versioning (https://semver.org/)
10- version : 1.5.3
10+ version : 1.6.0
1111
1212# This is the version number of the application being deployed. This version number should be
1313# incremented each time you make changes to the application. Versions are not expected to
1414# follow Semantic Versioning. They should reflect the version the application is using.
15+ # TODO: update this app version
1516appVersion : v2.1.2
Original file line number Diff line number Diff line change 5050 {{- toYaml .Values.resources | nindent 12 }}
5151 env :
5252 {{- include "thub.lmsDataServiceServerUrlEnv" . | nindent 10 }}
53+ - name : services.item
54+ value : " http://{{ .Values.global.itemService.serviceName }}:{{ .Values.global.itemService.servicePort }}"
5355 - name : server.port
5456 value : {{ .Values.global.lmsDataService.servicePort | quote }}
5557 # The keycloak-shared-secret and keycloak-realm-secret are defined in the keycloak-config chart
Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ type: application
77# This is the chart version. This version number should be incremented each time you make changes
88# to the chart and its templates, including the app version.
99# Versions are expected to follow Semantic Versioning (https://semver.org/)
10- version : 1.4.14
10+ version : 1.5.0
1111
1212# This is the version number of the application being deployed. This version number should be
1313# incremented each time you make changes to the application. Versions are not expected to
1414# follow Semantic Versioning. They should reflect the version the application is using.
15+ # TODO: update this app version
1516appVersion : v2.1.12
Original file line number Diff line number Diff line change @@ -124,6 +124,8 @@ jms.destinations.assignedItemOjtCreationQueue={{ .Release.Namespace }}-assignedI
124124jms.destinations.assignedItemOjtCreationResultsQueue = {{ .Release.Namespace }}-assignedItemOjtCreationResultsQueue
125125jms.destinations.attendeeRegistrationQueue = {{ .Release.Namespace }}-attendeeRegistrationQueue
126126jms.destinations.completionStatusQueue = {{ .Release.Namespace }}-completionStatusQueue
127+ jms.destinations.createCourseOfferingQueue = {{ .Release.Namespace }}-createCourseOfferingQueue
128+ jms.destinations.createCourseOfferingResultsQueue = {{ .Release.Namespace }}-createCourseOfferingResultsQueue
127129jms.destinations.instructorQueue = {{ .Release.Namespace }}-instructorQueue
128130jms.destinations.itemQueue = {{ .Release.Namespace }}-itemQueue
129131jms.destinations.learnerQueue = {{ .Release.Namespace }}-learnerQueue
You can’t perform that action at this time.
0 commit comments