Skip to content

Commit c11ecab

Browse files
committed
WIP: update charts for making course offering and enrollment Workday API calls
1 parent 016d8f8 commit c11ecab

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

charts/thub/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1616
home: 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

charts/thub/charts/lms-data-service/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1516
appVersion: v2.1.2

charts/thub/charts/lms-data-service/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ spec:
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

charts/thub/charts/ojt/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1516
appVersion: v2.1.12

charts/thub/templates/_helpers.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ jms.destinations.assignedItemOjtCreationQueue={{ .Release.Namespace }}-assignedI
124124
jms.destinations.assignedItemOjtCreationResultsQueue={{ .Release.Namespace }}-assignedItemOjtCreationResultsQueue
125125
jms.destinations.attendeeRegistrationQueue={{ .Release.Namespace }}-attendeeRegistrationQueue
126126
jms.destinations.completionStatusQueue={{ .Release.Namespace }}-completionStatusQueue
127+
jms.destinations.createCourseOfferingQueue={{ .Release.Namespace }}-createCourseOfferingQueue
128+
jms.destinations.createCourseOfferingResultsQueue={{ .Release.Namespace }}-createCourseOfferingResultsQueue
127129
jms.destinations.instructorQueue={{ .Release.Namespace }}-instructorQueue
128130
jms.destinations.itemQueue={{ .Release.Namespace }}-itemQueue
129131
jms.destinations.learnerQueue={{ .Release.Namespace }}-learnerQueue

0 commit comments

Comments
 (0)