Skip to content

Commit

Permalink
fix argo diff in pvc template (#373)
Browse files Browse the repository at this point in the history
* fix argo diff in pvc template

Signed-off-by: AvivGuiser <[email protected]>

* bump chart version again

Signed-off-by: AvivGuiser <[email protected]>

---------

Signed-off-by: AvivGuiser <[email protected]>
  • Loading branch information
KyriosGN0 authored Nov 4, 2024
1 parent 1ddece1 commit 485edc3
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 485edc3

Please sign in to comment.