Automated Manifest Update (#5378)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

### Details
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `273d571` (on `273d571fdee5624e0e508eb390ce2d9d8ac6fcf0`)
- **Charts Updated**: `home-assistant`

### Update Details (2026-04-01 21:26 UTC)
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `1a732dd` (on `1a732ddfcc66a18a161f0e68ae6e366baadde070`)
- **Charts Updated**: `cloudnative-pg`

Reviewed-on: #5378
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #5378.
This commit is contained in:
2026-04-01 22:24:29 +00:00
committed by Alex Lebens
parent 6871153665
commit 6293686e21
23 changed files with 540 additions and 48 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.20.0
controller-gen.kubebuilder.io/version: v0.20.1
helm.sh/resource-policy: keep
name: poolers.postgresql.cnpg.io
spec:
@@ -395,6 +395,19 @@ spec:
- name
type: object
type: object
serviceAccountName:
description: |-
Name of an existing ServiceAccount in the same namespace to use for the pooler.
When specified, the operator will not create a new ServiceAccount
but will use the provided one. This is useful for sharing a single
ServiceAccount across multiple poolers (e.g., for cloud IAM configurations).
If not specified, a ServiceAccount will be created with the pooler name.
maxLength: 253
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
x-kubernetes-validations:
- message: serviceAccountName is immutable
rule: self == oldSelf
serviceTemplate:
description: Template for the Service to be created
properties: