Skip to content

Commit

Permalink
local test and telegram send location
Browse files Browse the repository at this point in the history
  • Loading branch information
filippo.merante committed Jan 28, 2023
1 parent a513da6 commit 202e902
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions charts/traccar/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
charts/
manifests/
6 changes: 3 additions & 3 deletions charts/traccar/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.1.2
digest: sha256:99bdb49de5d933af1b9da544f14b9f0ad6ba83ab20ea5225cda3178c83c0f617
generated: "2022-06-11T16:03:05.852825144+02:00"
version: 9.4.8
digest: sha256:c54ca45ec9055b33d96c582be62d5c4afd9501f2edfee0afaa73876b7ae13cfa
generated: "2023-01-28T11:57:35.495179799+01:00"
4 changes: 2 additions & 2 deletions charts/traccar/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v2
name: traccar
description: A Helm chart for Traccar GPS Server
type: application
version: 1.2.1
version: 1.2.2
appVersion: "4.13"
dependencies:
- name: mysql
version: 9.1.2
version: 9.4.8
repository: https://charts.bitnami.com/bitnami
condition: mysql.enabled
maintainers:
Expand Down
4 changes: 4 additions & 0 deletions charts/traccar/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
generate-template:
rm -rf ./manifests || true
helm template test-values . -f ./ci/test-values.yaml --namespace default --output-dir ./manifests/test-test --include-crds
helm template traccar-default . -f values.yaml --namespace default --output-dir ./manifests/traccar-default --include-crds
3 changes: 3 additions & 0 deletions charts/traccar/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,9 @@ data:
{{- if .Values.traccar.notificator.telegram.chatId }}
<entry key='notificator.telegram.chatId'>{{ .Values.traccar.notificator.telegram.chatId }}</entry>
{{- end }}
{{- if .Values.traccar.notificator.telegram.sendLocation }}
<entry key='notificator.telegram.sendLocation'>{{ .Values.traccar.notificator.telegram.sendLocation }}</entry>
{{- end }}
{{- end }}
{{- end }}
</properties>

0 comments on commit 202e902

Please sign in to comment.