Skip to content

Commit

Permalink
Merge pull request #15 from LimitlessEarth/fix-annotations
Browse files Browse the repository at this point in the history
Remove duplicate annotations
  • Loading branch information
James Ranson authored Dec 10, 2020
2 parents 4532631 + a7e0f4a commit 334a313
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/trickster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.1"
description: Trickster is an HTTP Reverse Proxy Cache and time series query accelerator.
name: trickster
version: 1.5.3
version: 1.5.4
home: https://github.com/tricksterproxy/trickster
icon: https://helm.tricksterproxy.io/img/trickster-horizontal.png
sources:
Expand Down
2 changes: 0 additions & 2 deletions charts/trickster/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ spec:
{{- end }}
labels:
{{- include "trickster.labels" . | nindent 8 }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
spec:
{{- if .Values.affinity }}
affinity:
Expand Down

0 comments on commit 334a313

Please sign in to comment.