Skip to content

Commit

Permalink
Merge pull request #251 from gdubicki/pmm-12586
Browse files Browse the repository at this point in the history
PMM-12586 Automatically apply changes to the pmmEnv
  • Loading branch information
JiriCtvrtka authored Jan 16, 2024
2 parents fff4b15 + 56507c4 commit 246ad75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.deploy/
.idea/
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 246ad75

Please sign in to comment.