Skip to content

Commit

Permalink
stable/grafana Grafana statefulset pod labels (helm#22590)
Browse files Browse the repository at this point in the history
* StatefulSet do not include podLabels.
Signed-off-by: Ryan Bonham <[email protected]>

* Bump Chart Version

Signed-off-by: Ryan Bonham <[email protected]>
Signed-off-by: camelusluo <[email protected]>
  • Loading branch information
granular-ryanbonham authored and camelusluo committed Jul 6, 2020
1 parent c9b2408 commit 9aea279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: grafana
version: 5.3.2
version: 5.3.3
appVersion: 7.0.3
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
3 changes: 3 additions & 0 deletions stable/grafana/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ spec:
metadata:
labels:
{{- include "grafana.selectorLabels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{ toYaml . | indent 8 }}
{{- end }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
checksum/dashboards-json-config: {{ include (print $.Template.BasePath "/dashboards-json-configmap.yaml") . | sha256sum }}
Expand Down

0 comments on commit 9aea279

Please sign in to comment.