chore: Update manifests after automerge

This commit is contained in:
2026-02-05 19:37:16 +00:00
parent c0a4599e2f
commit 3537d06c55
22 changed files with 232 additions and 126 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.19.0
controller-gen.kubebuilder.io/version: v0.20.0
helm.sh/resource-policy: keep
name: backups.postgresql.cnpg.io
spec:
@@ -211,6 +211,11 @@ spec:
- key
- name
type: object
useDefaultAzureCredentials:
description: |-
Use the default Azure authentication flow, which includes DefaultAzureCredential.
This allows authentication using environment variables and managed identities.
type: boolean
type: object
backupId:
description: The ID of the Barman backup
@@ -304,6 +309,13 @@ spec:
podName:
description: The pod name
type: string
sessionID:
description: |-
The instance manager session ID. This is a unique identifier generated at instance manager
startup and changes on every restart (including container reboots). Used to detect if
the instance manager was restarted during long-running operations like backups, which
would terminate any running backup process.
type: string
type: object
majorVersion:
description: |-