Skip to content

Commit

Permalink
Merge branch 'main' into mongo-pmm-params
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic authored Nov 4, 2024
2 parents dcc2e18 + 485edc3 commit 4c1ea9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.19
version: 1.3.20
appVersion: "2.43.2"
home: https://github.com/percona/pmm
maintainers:
Expand Down
4 changes: 3 additions & 1 deletion charts/pmm/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ spec:
{{- toYaml .Values.extraVolumes | nindent 8 }}
{{- end }}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: {{ .Values.storage.name }}
spec:
{{- if .Values.storage.selector }}
Expand Down

0 comments on commit 4c1ea9b

Please sign in to comment.