diff --git a/charts/hub/Chart.yaml b/charts/hub/Chart.yaml index 7fdf620..90d97f3 100644 --- a/charts/hub/Chart.yaml +++ b/charts/hub/Chart.yaml @@ -16,7 +16,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: 0.72.0 +version: 0.73.0 # 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/hub/templates/kerberos-hub/hub-api.yaml b/charts/hub/templates/kerberos-hub/hub-api.yaml index 0f455ce..0f6bbb6 100644 --- a/charts/hub/templates/kerberos-hub/hub-api.yaml +++ b/charts/hub/templates/kerberos-hub/hub-api.yaml @@ -321,6 +321,10 @@ spec: value: "{{ .Values.email.templates.share }}" - name: SHARE_TITLE value: "{{ .Values.email.templates.shareTitle }}" + - name: ASSIGN_TASK_TEMPLATE + value: "{{ .Values.email.templates.assignTask }}" + - name: ASSIGN_TASK_TITLE + value: "{{ .Values.email.templates.assignTaskTitle }}" # SMTP - name: SMTP_SERVER diff --git a/charts/hub/values.yaml b/charts/hub/values.yaml index 4348c76..3cfe2b5 100644 --- a/charts/hub/values.yaml +++ b/charts/hub/values.yaml @@ -130,6 +130,8 @@ email: forgotTitle: "Password reset Kerberos Hub. You forgot your password" share: "share" shareTitle: "[Action] You received a recording from Kerberos Hub" + assignTask: "assign_task" + assignTaskTitle: "[Action] You've been assigned to a task" detection: "detection" disabled: "disabled" highupload: "highupload"