Skip to content

Commit

Permalink
PMM-12586 Automatically apply changes to the pmmEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
gdubicki committed Jan 15, 2024
1 parent d1e22c7 commit 56507c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pmm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pmm
description: A Helm chart for Percona Monitoring and Management (PMM)
type: application
version: 1.3.7
version: 1.3.8
appVersion: "2.41.0"
home: https://github.com/percona/pmm
maintainers:
Expand Down
1 change: 1 addition & 0 deletions charts/pmm/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Pod annotation
{{- define "pmm.podAnnotations" -}}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ include "pmm.chart" . }}
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- if .Values.podAnnotations }}
{{ toYaml .Values.podAnnotations }}
{{- end }}
Expand Down

0 comments on commit 56507c4

Please sign in to comment.