Compare commits

..

1 Commits

Author SHA1 Message Date
2a4b43faeb Update helm/chart-testing-action action to v2.8.0 2025-12-15 20:33:42 +00:00
4 changed files with 4 additions and 4 deletions

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"

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: postgres-cluster name: postgres-cluster
version: 7.1.3 version: 7.1.1
description: Cloudnative-pg Cluster description: Cloudnative-pg Cluster
keywords: keywords:
- database - database

View File

@@ -1,6 +1,6 @@
# postgres-cluster # postgres-cluster
![Version: 7.1.3](https://img.shields.io/badge/Version-7.1.3-informational?style=flat-square) ![AppVersion: v1.28.0](https://img.shields.io/badge/AppVersion-v1.28.0-informational?style=flat-square) ![Version: 7.1.1](https://img.shields.io/badge/Version-7.1.1-informational?style=flat-square) ![AppVersion: v1.28.0](https://img.shields.io/badge/AppVersion-v1.28.0-informational?style=flat-square)
Cloudnative-pg Cluster Cloudnative-pg Cluster

View File

@@ -10,7 +10,7 @@ metadata:
spec: spec:
name: {{ .name }} name: {{ .name }}
cluster: cluster:
name: {{ include "cluster.name" $ }}-cluster name: {{ include "cluster.name" $ }}
ensure: {{ .ensure | default "present" }} ensure: {{ .ensure | default "present" }}
owner: {{ .owner }} owner: {{ .owner }}
template: {{ .template | default "template1" }} template: {{ .template | default "template1" }}