Skip to content

Commit 3b8cd46

Browse files
committed
fix: 🐛 podmonitor duplicate definition
1 parent 20bd889 commit 3b8cd46

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

charts/dso-cnpg/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: cpn-cnpg
33
description: A Helm Chart to deploy easily a CNPG cluster
44
type: application
5-
version: 2.3.1
5+
version: 2.3.2
66
appVersion: 1.0.0
77
keywords: []
88
home: https://cloud-pi-native.fr

charts/dso-cnpg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A Helm Chart to deploy easily a CNPG cluster
66

charts/dso-cnpg/templates/_helpers.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Selector labels
9494
{{- define "cpnCnpg.selectorLabels" -}}
9595
app.kubernetes.io/name: {{ include "cpnCnpg.name" . }}
9696
app.kubernetes.io/instance: {{ .Release.Name }}
97+
cnpg.io/cluster: {{ include "cpnCnpg.name" . }}
9798
{{- end }}
9899

99100

charts/dso-cnpg/templates/pg-cluster.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,3 @@ spec:
126126
{{- end }}
127127
retentionPolicy: {{ .Values.backup.retentionPolicy }}
128128
{{- end }}
129-
monitoring:
130-
enablePodMonitor: {{ .Values.monitoring.enabled }}

0 commit comments

Comments
 (0)