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:
@@ -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: backups.postgresql.cnpg.io
|
||||
spec:
|
||||
@@ -336,6 +336,14 @@ spec:
|
||||
type: string
|
||||
description: A map containing the plugin metadata
|
||||
type: object
|
||||
reconciliationStartedAt:
|
||||
description: When the backup process was started by the operator
|
||||
format: date-time
|
||||
type: string
|
||||
reconciliationTerminatedAt:
|
||||
description: When the reconciliation was terminated by the operator (either successfully or not)
|
||||
format: date-time
|
||||
type: string
|
||||
s3Credentials:
|
||||
description: The credentials to use to upload data to S3
|
||||
properties:
|
||||
@@ -426,11 +434,11 @@ spec:
|
||||
type: array
|
||||
type: object
|
||||
startedAt:
|
||||
description: When the backup was started
|
||||
description: When the backup execution was started by the backup tool
|
||||
format: date-time
|
||||
type: string
|
||||
stoppedAt:
|
||||
description: When the backup was terminated
|
||||
description: When the backup execution was terminated by the backup tool
|
||||
format: date-time
|
||||
type: string
|
||||
tablespaceMapFile:
|
||||
|
||||
Reference in New Issue
Block a user