Skip to content

Commit

Permalink
Merge pull request #18 from ricklambrechts/patch-2
Browse files Browse the repository at this point in the history
Always add checksum/config
  • Loading branch information
tananaev authored Nov 13, 2022
2 parents 235434a + cc60e23 commit a513da6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.2.0
version: 1.2.1
appVersion: "4.13"
dependencies:
- name: mysql
Expand Down
6 changes: 3 additions & 3 deletions charts/traccar/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ spec:
type: Recreate
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- end }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "traccar.selectorLabels" . | nindent 8 }}
spec:
Expand Down

0 comments on commit a513da6

Please sign in to comment.