Skip to content

Commit

Permalink
agency chart 0.4.45, freescout API
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebarbarosie committed Dec 2, 2024
1 parent 93d5c6b commit 841e00c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/agency/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: agency
description: eTrip Agency Helm chart
type: application
version: 0.4.44
appVersion: 2.12.6
version: 0.4.45
appVersion: 2.12.7
dependencies:
- name: companies
version: "0.1.15"
Expand Down
9 changes: 9 additions & 0 deletions charts/agency/templates/configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,15 @@ data:
{{ end -}}
{{ end }}
{{- with .Values.agency.freescout -}}
{{- if .enabled }}
freescout.api_url = {{ .api_url }}
freescout.api_key = {{ .api_key }}
freescout.mailbox_id = {{ .mailbox_id }}
freescout.user_id = {{ .user_id }}
{{- end }}
{{- end }}
anaf.vat_search_url = {{ .Values.agency.e_factura.vat_search_url | default "https://webservicesp.anaf.ro/PlatitorTvaRest/api/v8/ws/tva" }}
{{ with .Values.agency.travelify -}}
Expand Down
6 changes: 6 additions & 0 deletions charts/agency/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ agency:
client_id: client_id
client_secret: client_secret
vat_search_url: https://webservicesp.anaf.ro/PlatitorTvaRest/api/v8/ws/tva
freescout:
enabled: false
api_url: https://helpdesk.tripsolutions.co.uk/api
api_key: null
mailbox_id: null
user_id: null
travelify:
enabled: false
url: https://api.travelify.io
Expand Down

0 comments on commit 841e00c

Please sign in to comment.