From d3742ad3c7f4d2afbfb163028179f69b3e3d185f Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 1 Jun 2024 10:08:34 +0200 Subject: [PATCH] feat: update postgres-operator Signed-off-by: Christian Kotzbauer --- charts/postgres-operator/Chart.yaml | 4 ++-- charts/postgres-operator/README.md | 2 +- charts/postgres-operator/crds/operatorconfigurations.yaml | 4 ++-- charts/postgres-operator/values.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/postgres-operator/Chart.yaml b/charts/postgres-operator/Chart.yaml index 1ba6c67..98db8d2 100644 --- a/charts/postgres-operator/Chart.yaml +++ b/charts/postgres-operator/Chart.yaml @@ -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 diff --git a/charts/postgres-operator/README.md b/charts/postgres-operator/README.md index 50ecadc..592e13e 100644 --- a/charts/postgres-operator/README.md +++ b/charts/postgres-operator/README.md @@ -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 | `{}` | | diff --git a/charts/postgres-operator/crds/operatorconfigurations.yaml b/charts/postgres-operator/crds/operatorconfigurations.yaml index b10be55..be19726 100644 --- a/charts/postgres-operator/crds/operatorconfigurations.yaml +++ b/charts/postgres-operator/crds/operatorconfigurations.yaml @@ -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: diff --git a/charts/postgres-operator/values.yaml b/charts/postgres-operator/values.yaml index 5f9dcc5..fd622e3 100644 --- a/charts/postgres-operator/values.yaml +++ b/charts/postgres-operator/values.yaml @@ -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: ""