Skip to content

Commit

Permalink
Merge pull request #14 from filippolmt/default_filter
Browse files Browse the repository at this point in the history
if the filter is not set automatically it is false
  • Loading branch information
tananaev authored Jun 24, 2022
2 parents 3c82295 + 1c85007 commit c6d35a5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
uses: azure/setup-helm@v1
with:
version: v3.8.1

- name: Add Helm dependency repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion charts/traccar/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: traccar
description: A Helm chart for Traccar GPS Server
type: application
version: 1.1.1
version: 1.1.2
appVersion: "4.13"
dependencies:
- name: mysql
Expand Down
2 changes: 2 additions & 0 deletions charts/traccar/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ data:
<entry key='filter.skipAttributes.enable'>{{ .Values.traccar.filter.skipAttributes.enable }}</entry>
<entry key='filter.skipAttributes'>{{ .Values.traccar.filter.skipAttributes.attributes }}</entry>
{{- end }}
{{- else }}
<entry key='filter.enable'>false</entry>
{{- end }}
{{- if eq .Values.traccar.distance.enable "true" }}
<entry key='distance.enable'>{{ .Values.traccar.distance.enable }}</entry>
Expand Down
2 changes: 2 additions & 0 deletions ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ remote: origin
target-branch: main
chart-dirs:
- charts
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
helm-extra-args: --timeout 600s

0 comments on commit c6d35a5

Please sign in to comment.