feat: update postgres-operator

Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
Christian Kotzbauer 2024-06-01 10:08:34 +02:00
parent e8900a1920
commit d3742ad3c7
4 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2
name: postgres-operator
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
version: 1.11.0
appVersion: 1.11.0
version: 1.12.0
appVersion: 1.12.0
home: https://github.com/zalando/postgres-operator
sources:
- https://github.com/zalando/postgres-operator

View File

@ -38,7 +38,7 @@ The following table lists the configurable parameters of the Postgres-operator c
|-----|------|---------|-------------|
| image.registry | string | `"registry.opensource.zalan.do"` | |
| image.repository | string | `"acid/postgres-operator"` | |
| image.tag | string | `"v1.8.0"` | |
| image.tag | string | `"v1.12.0"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| podAnnotations | object | `{}` | |
| podLabels | object | `{}` | |

View File

@ -68,7 +68,7 @@ spec:
type: string
docker_image:
type: string
default: "ghcr.io/zalando/spilo-16:3.2-p2"
default: "ghcr.io/zalando/spilo-16:3.2-p3"
enable_crd_registration:
type: boolean
default: true
@ -502,7 +502,7 @@ spec:
pattern: '^(\d+m|\d+(\.\d{1,3})?)$'
logical_backup_docker_image:
type: string
default: "registry.opensource.zalan.do/acid/logical-backup:v1.11.0"
default: "registry.opensource.zalan.do/acid/logical-backup:v1.12.0"
logical_backup_google_application_credentials:
type: string
logical_backup_job_prefix:

View File

@ -36,7 +36,7 @@ configGeneral:
# etcd connection string for Patroni. Empty uses K8s-native DCS.
etcd_host: ""
# Spilo docker image
docker_image: ghcr.io/zalando/spilo-16:3.2-p2
docker_image: ghcr.io/zalando/spilo-16:3.2-p3
# key name for annotation to ignore globally configured instance limits
# ignore_instance_limits_annotation_key: ""
@ -356,7 +356,7 @@ configLogicalBackup:
# logical_backup_memory_request: ""
# image for pods of the logical backup job (example runs pg_dumpall)
logical_backup_docker_image: "registry.opensource.zalan.do/acid/logical-backup:v1.11.0"
logical_backup_docker_image: "registry.opensource.zalan.do/acid/logical-backup:v1.12.0"
# path of google cloud service account json file
# logical_backup_google_application_credentials: ""