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

@@ -4,10 +4,10 @@ metadata:
name: cloudnative-pg
namespace: cloudnative-pg
labels:
helm.sh/chart: cloudnative-pg-0.27.1
helm.sh/chart: cloudnative-pg-0.28.0
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/version: "1.28.1"
app.kubernetes.io/version: "1.29.0"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 2
@@ -18,9 +18,9 @@ spec:
template:
metadata:
annotations:
checksum/rbac: f56b7f8a804f170d0321013a76b6986d87676d3d2686ab6e516c78728c914633
checksum/config: a9a8db623df05650079bba7bb18a20557d311139de2c1115f8a80327aefa16b5
checksum/monitoring-config: 76f52b5d508cf7d22063ef07656ad78f7277ee177de83e23b5b06f7f54ebc924
checksum/rbac: de6f8c0801db717a56d299947c958973df088ff20a44e5058af807c196824bd6
checksum/config: 1b0703c95b4ee680d176bff9c527b0aa792c9296c2c7ce6d0d9feb8a4a719a9c
checksum/monitoring-config: e386a85eeb1c33f87053f6424690f9a77e6ef7247a617162dbaee9b370fb70d1
labels:
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
@@ -36,14 +36,14 @@ spec:
- /manager
env:
- name: OPERATOR_IMAGE_NAME
value: "ghcr.io/cloudnative-pg/cloudnative-pg:1.28.1"
value: "ghcr.io/cloudnative-pg/cloudnative-pg:1.29.0"
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: MONITORING_QUERIES_CONFIGMAP
value: "cnpg-default-monitoring"
image: "ghcr.io/cloudnative-pg/cloudnative-pg:1.28.1"
image: "ghcr.io/cloudnative-pg/cloudnative-pg:1.29.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet: