Compare commits

...

2 Commits

Author SHA1 Message Date
renovate-bot c1529f4ba1 chore(deps): update helm/chart-testing-action action to v2.8.0 2026-05-18 19:49:40 +00:00
alexlebens d8550f04f2 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
2026-05-18 14:48:56 -05:00
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
python-version: '3.14' python-version: '3.14'
- name: Set up Chart Testing - name: Set up Chart Testing
uses: helm/chart-testing-action@v2.7.0 uses: helm/chart-testing-action@v2.8.0
with: with:
yamale_version: "6.0.0" yamale_version: "6.0.0"
+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