File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : cpn-cnpg
33description : A Helm Chart to deploy easily a CNPG cluster
44type : application
5- version : 2.3.1
5+ version : 2.3.2
66appVersion : 1.0.0
77keywords : []
88home : https://cloud-pi-native.fr
Original file line number Diff line number Diff line change 11# cpn-cnpg
22
3- ![ Version: 2.3.1 ] ( https://img.shields.io/badge/Version-2.3.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.0.0] ( https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square )
3+ ![ Version: 2.3.2 ] ( https://img.shields.io/badge/Version-2.3.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.0.0] ( https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square )
44
55A Helm Chart to deploy easily a CNPG cluster
66
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ Selector labels
9494{{- define " cpnCnpg.selectorLabels" -}}
9595app.kubernetes.io /name: {{ include " cpnCnpg.name" . }}
9696app.kubernetes.io /instance: {{ .Release.Name }}
97+ cnpg.io /cluster: {{ include " cpnCnpg.name" . }}
9798{{- end }}
9899
99100
Original file line number Diff line number Diff line change @@ -126,5 +126,3 @@ spec:
126126 {{- end }}
127127 retentionPolicy : {{ .Values.backup.retentionPolicy }}
128128 {{- end }}
129- monitoring :
130- enablePodMonitor : {{ .Values.monitoring.enabled }}
You can’t perform that action at this time.
0 commit comments