fix: wrong naming
lint-and-test / lint-helm (push) Successful in 12s
release-charts-postgres-cluster / release (push) Successful in 25s
renovate / renovate (push) Successful in 49s
lint-and-test / chart-testing (push) Successful in 3m15s

This commit is contained in:
2026-05-18 14:48:56 -05:00
parent bc2cfeb2a2
commit d8550f04f2
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: postgres-cluster name: postgres-cluster
version: 7.13.2 version: 7.13.3
description: Cloudnative-pg Cluster description: Cloudnative-pg Cluster
keywords: keywords:
- database - database
+1 -1
View File
@@ -1,6 +1,6 @@
# postgres-cluster # postgres-cluster
![Version: 7.13.2](https://img.shields.io/badge/Version-7.13.2-informational?style=flat-square) ![AppVersion: v1.29.1](https://img.shields.io/badge/AppVersion-v1.29.1-informational?style=flat-square) ![Version: 7.13.3](https://img.shields.io/badge/Version-7.13.3-informational?style=flat-square) ![AppVersion: v1.29.1](https://img.shields.io/badge/AppVersion-v1.29.1-informational?style=flat-square)
Cloudnative-pg Cluster Cloudnative-pg Cluster
@@ -3,15 +3,15 @@
apiVersion: monitoring.coreos.com/v1 apiVersion: monitoring.coreos.com/v1
kind: PodMonitor kind: PodMonitor
metadata: metadata:
name: {{ include "cluster.name" $ }} name: {{ include "cluster.name" $ }}-cluster
namespace: {{ include "cluster.namespace" $ }} namespace: {{ include "cluster.namespace" $ }}
labels: labels:
app.kubernetes.io/name: {{ include "cluster.name" $ }} app.kubernetes.io/name: {{ include "cluster.name" $ }}-cluster
{{- include "cluster.labels" $ | nindent 4 }} {{- include "cluster.labels" $ | nindent 4 }}
spec: spec:
selector: selector:
matchLabels: matchLabels:
cnpg.io/cluster: {{ include "cluster.name" $ }} cnpg.io/cluster: {{ include "cluster.name" $ }}-cluster
cnpg.io/podRole: instance cnpg.io/podRole: instance
podMetricsEndpoints: podMetricsEndpoints:
- port: metrics - port: metrics