From 47b8818ad29d8d07a1094cd8c2b9754c4c7911c1 Mon Sep 17 00:00:00 2001 From: matthias Date: Thu, 24 Apr 2025 12:49:07 +0200 Subject: [PATCH 1/2] update to new images --- .../clone_with_pvc/postgres.yaml | 4 ++-- cluster-tutorials/clone_with_s3/postgres.yaml | 4 ++-- .../postgres.yaml | 2 +- .../ha-postgres.yaml | 2 +- .../loadbalancer-cluster/lb-postgres.yaml | 4 ++-- .../monitored_cluster/postgres.yaml | 4 ++-- cluster-tutorials/multisite/postgres.yaml | 2 +- .../pgbackrest_with_gcs/postgres.yaml | 4 ++-- .../pgbackrest_with_pvc/postgres.yaml | 4 ++-- .../pgbackrest_with_s3/postgres.yaml | 4 ++-- .../postgis-cluster/postgres.yaml | 20 +++++++++++++++++++ .../prepared_databases/postgres.yaml | 2 +- cluster-tutorials/restore/postgres.yaml | 4 ++-- .../single-cluster/postgres.yaml | 2 +- .../standby-cluster/postgres.yaml | 2 +- 15 files changed, 42 insertions(+), 22 deletions(-) create mode 100644 cluster-tutorials/postgis-cluster/postgres.yaml diff --git a/cluster-tutorials/clone_with_pvc/postgres.yaml b/cluster-tutorials/clone_with_pvc/postgres.yaml index 32343d2..ca8802e 100644 --- a/cluster-tutorials/clone_with_pvc/postgres.yaml +++ b/cluster-tutorials/clone_with_pvc/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1-clone spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' numberOfInstances: 1 postgresql: version: '17' @@ -24,7 +24,7 @@ spec: global: repo1-retention-full: '7' repo1-retention-full-type: count - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-1' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-3' repos: - name: repo1 schedule: diff --git a/cluster-tutorials/clone_with_s3/postgres.yaml b/cluster-tutorials/clone_with_s3/postgres.yaml index 8d43119..95f3437 100644 --- a/cluster-tutorials/clone_with_s3/postgres.yaml +++ b/cluster-tutorials/clone_with_s3/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1-clone spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' numberOfInstances: 1 postgresql: version: '17' @@ -25,7 +25,7 @@ spec: repo1-path: /YOUR_PATH_INSIDE_THE_BUCKET/repo1/ repo1-retention-full: '7' repo1-retention-full-type: count - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-1' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-3' repos: - endpoint: YOUR_S3_ENDPOINT name: repo1 diff --git a/cluster-tutorials/configure_users_and_databases/postgres.yaml b/cluster-tutorials/configure_users_and_databases/postgres.yaml index 11533ba..e3fc835 100644 --- a/cluster-tutorials/configure_users_and_databases/postgres.yaml +++ b/cluster-tutorials/configure_users_and_databases/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' numberOfInstances: 1 postgresql: version: '17' diff --git a/cluster-tutorials/high-availability-cluster/ha-postgres.yaml b/cluster-tutorials/high-availability-cluster/ha-postgres.yaml index f34b5d4..389bbc8 100644 --- a/cluster-tutorials/high-availability-cluster/ha-postgres.yaml +++ b/cluster-tutorials/high-availability-cluster/ha-postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: ha-cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' numberOfInstances: 2 postgresql: version: '17' diff --git a/cluster-tutorials/loadbalancer-cluster/lb-postgres.yaml b/cluster-tutorials/loadbalancer-cluster/lb-postgres.yaml index f4eed5f..9a5df7c 100644 --- a/cluster-tutorials/loadbalancer-cluster/lb-postgres.yaml +++ b/cluster-tutorials/loadbalancer-cluster/lb-postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: ha-cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' numberOfInstances: 1 postgresql: version: '17' @@ -15,7 +15,7 @@ spec: cpu: 500m memory: 500Mi connectionPooler: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.0-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.1-1' mode: transaction numberOfInstances: 2 resources: diff --git a/cluster-tutorials/monitored_cluster/postgres.yaml b/cluster-tutorials/monitored_cluster/postgres.yaml index cb55580..ffa382e 100644 --- a/cluster-tutorials/monitored_cluster/postgres.yaml +++ b/cluster-tutorials/monitored_cluster/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' numberOfInstances: 1 postgresql: version: '17' @@ -19,4 +19,4 @@ spec: size: 5Gi #storageClass: default-provisioner monitor: - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:exporter-17.4-1' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:exporter-17.4-3' diff --git a/cluster-tutorials/multisite/postgres.yaml b/cluster-tutorials/multisite/postgres.yaml index 8559392..df4da2e 100644 --- a/cluster-tutorials/multisite/postgres.yaml +++ b/cluster-tutorials/multisite/postgres.yaml @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/name: postgres-cluster app.kubernetes.io/instance: multisite-cluster spec: - dockerImage: docker.io/cybertecpostgresql/cybertec-pg-container:postgres-multisite-17.4-1 + dockerImage: docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' numberOfInstances: 1 postgresql: version: '17' diff --git a/cluster-tutorials/pgbackrest_with_gcs/postgres.yaml b/cluster-tutorials/pgbackrest_with_gcs/postgres.yaml index 539a5eb..57b6659 100644 --- a/cluster-tutorials/pgbackrest_with_gcs/postgres.yaml +++ b/cluster-tutorials/pgbackrest_with_gcs/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' numberOfInstances: 1 postgresql: version: '17' @@ -25,7 +25,7 @@ spec: repo1-path: /YOUR_PATH_INSIDE_THE_BUCKET/repo1/ repo1-retention-full: '7' repo1-retention-full-type: count - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-1' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-3' repos: - name: repo1 resource: cpo-bucket-1 diff --git a/cluster-tutorials/pgbackrest_with_pvc/postgres.yaml b/cluster-tutorials/pgbackrest_with_pvc/postgres.yaml index 341c4d6..7cff127 100644 --- a/cluster-tutorials/pgbackrest_with_pvc/postgres.yaml +++ b/cluster-tutorials/pgbackrest_with_pvc/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-pvc-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' numberOfInstances: 1 postgresql: version: '17' @@ -24,7 +24,7 @@ spec: global: repo1-retention-full: '7' repo1-retention-full-type: count - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-1' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-3' repos: - name: repo1 schedule: diff --git a/cluster-tutorials/pgbackrest_with_s3/postgres.yaml b/cluster-tutorials/pgbackrest_with_s3/postgres.yaml index 511ab8c..8dd81a2 100644 --- a/cluster-tutorials/pgbackrest_with_s3/postgres.yaml +++ b/cluster-tutorials/pgbackrest_with_s3/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' numberOfInstances: 1 postgresql: version: '17' @@ -25,7 +25,7 @@ spec: repo1-path: /YOUR_PATH_INSIDE_THE_BUCKET/repo1/ repo1-retention-full: '7' repo1-retention-full-type: count - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-1' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-3' repos: - endpoint: YOUR_S3_ENDPOINT name: repo1 diff --git a/cluster-tutorials/postgis-cluster/postgres.yaml b/cluster-tutorials/postgis-cluster/postgres.yaml new file mode 100644 index 0000000..fc00c02 --- /dev/null +++ b/cluster-tutorials/postgis-cluster/postgres.yaml @@ -0,0 +1,20 @@ +apiVersion: cpo.opensource.cybertec.at/v1 +kind: postgresql +metadata: + name: cluster-1 +spec: + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-gis-17.4-35-3' + numberOfInstances: 1 + postgresql: + version: '17' + resources: + limits: + cpu: 500m + memory: 500Mi + requests: + cpu: 500m + memory: 500Mi + teamId: acid + volume: + size: 5Gi + #storageClass: default-provisioner diff --git a/cluster-tutorials/prepared_databases/postgres.yaml b/cluster-tutorials/prepared_databases/postgres.yaml index 95633cf..bd55cc9 100644 --- a/cluster-tutorials/prepared_databases/postgres.yaml +++ b/cluster-tutorials/prepared_databases/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' numberOfInstances: 1 postgresql: version: '17' diff --git a/cluster-tutorials/restore/postgres.yaml b/cluster-tutorials/restore/postgres.yaml index 3d02ff7..424508a 100644 --- a/cluster-tutorials/restore/postgres.yaml +++ b/cluster-tutorials/restore/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' numberOfInstances: 1 postgresql: version: '17' @@ -24,7 +24,7 @@ spec: global: repo1-retention-full: '7' repo1-retention-full-type: count - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-1' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-3' repos: - name: repo1 schedule: diff --git a/cluster-tutorials/single-cluster/postgres.yaml b/cluster-tutorials/single-cluster/postgres.yaml index 1764f67..ef9893f 100644 --- a/cluster-tutorials/single-cluster/postgres.yaml +++ b/cluster-tutorials/single-cluster/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' numberOfInstances: 1 postgresql: version: '17' diff --git a/cluster-tutorials/standby-cluster/postgres.yaml b/cluster-tutorials/standby-cluster/postgres.yaml index 9f85aa0..050494d 100644 --- a/cluster-tutorials/standby-cluster/postgres.yaml +++ b/cluster-tutorials/standby-cluster/postgres.yaml @@ -6,7 +6,7 @@ spec: standby: standby_host: "cluster-1.cpo" standby_port: "5432" - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' numberOfInstances: 1 postgresql: version: '17' From 4f8693e62d2e97c08c807d32d293edf213f865af Mon Sep 17 00:00:00 2001 From: matthias Date: Thu, 17 Jul 2025 17:02:07 +0200 Subject: [PATCH 2/2] updated images --- cluster-tutorials/clone_with_pvc/postgres.yaml | 4 ++-- cluster-tutorials/clone_with_s3/postgres.yaml | 4 ++-- cluster-tutorials/configure_users_and_databases/postgres.yaml | 2 +- cluster-tutorials/high-availability-cluster/ha-postgres.yaml | 2 +- cluster-tutorials/loadbalancer-cluster/lb-postgres.yaml | 4 ++-- cluster-tutorials/monitored_cluster/postgres.yaml | 4 ++-- cluster-tutorials/multisite/postgres.yaml | 2 +- cluster-tutorials/pgbackrest_with_gcs/postgres.yaml | 4 ++-- cluster-tutorials/pgbackrest_with_pvc/postgres.yaml | 4 ++-- cluster-tutorials/pgbackrest_with_s3/postgres.yaml | 4 ++-- cluster-tutorials/postgis-cluster/postgres.yaml | 2 +- cluster-tutorials/prepared_databases/postgres.yaml | 2 +- cluster-tutorials/restore/postgres.yaml | 4 ++-- cluster-tutorials/single-cluster/postgres.yaml | 2 +- cluster-tutorials/standby-cluster/postgres.yaml | 2 +- setup/helm/operator/values.yaml | 4 ++-- 16 files changed, 25 insertions(+), 25 deletions(-) diff --git a/cluster-tutorials/clone_with_pvc/postgres.yaml b/cluster-tutorials/clone_with_pvc/postgres.yaml index ca8802e..8627b94 100644 --- a/cluster-tutorials/clone_with_pvc/postgres.yaml +++ b/cluster-tutorials/clone_with_pvc/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1-clone spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.5-1' numberOfInstances: 1 postgresql: version: '17' @@ -24,7 +24,7 @@ spec: global: repo1-retention-full: '7' repo1-retention-full-type: count - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-3' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.5-1' repos: - name: repo1 schedule: diff --git a/cluster-tutorials/clone_with_s3/postgres.yaml b/cluster-tutorials/clone_with_s3/postgres.yaml index 95f3437..28b9563 100644 --- a/cluster-tutorials/clone_with_s3/postgres.yaml +++ b/cluster-tutorials/clone_with_s3/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1-clone spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.5-1' numberOfInstances: 1 postgresql: version: '17' @@ -25,7 +25,7 @@ spec: repo1-path: /YOUR_PATH_INSIDE_THE_BUCKET/repo1/ repo1-retention-full: '7' repo1-retention-full-type: count - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-3' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.5-1' repos: - endpoint: YOUR_S3_ENDPOINT name: repo1 diff --git a/cluster-tutorials/configure_users_and_databases/postgres.yaml b/cluster-tutorials/configure_users_and_databases/postgres.yaml index e3fc835..fde6baa 100644 --- a/cluster-tutorials/configure_users_and_databases/postgres.yaml +++ b/cluster-tutorials/configure_users_and_databases/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.5-1' numberOfInstances: 1 postgresql: version: '17' diff --git a/cluster-tutorials/high-availability-cluster/ha-postgres.yaml b/cluster-tutorials/high-availability-cluster/ha-postgres.yaml index 389bbc8..a4a9721 100644 --- a/cluster-tutorials/high-availability-cluster/ha-postgres.yaml +++ b/cluster-tutorials/high-availability-cluster/ha-postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: ha-cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.5-1' numberOfInstances: 2 postgresql: version: '17' diff --git a/cluster-tutorials/loadbalancer-cluster/lb-postgres.yaml b/cluster-tutorials/loadbalancer-cluster/lb-postgres.yaml index 9a5df7c..b9a4271 100644 --- a/cluster-tutorials/loadbalancer-cluster/lb-postgres.yaml +++ b/cluster-tutorials/loadbalancer-cluster/lb-postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: ha-cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.5-1' numberOfInstances: 1 postgresql: version: '17' @@ -15,7 +15,7 @@ spec: cpu: 500m memory: 500Mi connectionPooler: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.1-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.1-2' mode: transaction numberOfInstances: 2 resources: diff --git a/cluster-tutorials/monitored_cluster/postgres.yaml b/cluster-tutorials/monitored_cluster/postgres.yaml index ffa382e..153e4ed 100644 --- a/cluster-tutorials/monitored_cluster/postgres.yaml +++ b/cluster-tutorials/monitored_cluster/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.5-1' numberOfInstances: 1 postgresql: version: '17' @@ -19,4 +19,4 @@ spec: size: 5Gi #storageClass: default-provisioner monitor: - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:exporter-17.4-3' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:exporter-17.5-1' diff --git a/cluster-tutorials/multisite/postgres.yaml b/cluster-tutorials/multisite/postgres.yaml index df4da2e..da622ee 100644 --- a/cluster-tutorials/multisite/postgres.yaml +++ b/cluster-tutorials/multisite/postgres.yaml @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/name: postgres-cluster app.kubernetes.io/instance: multisite-cluster spec: - dockerImage: docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' + dockerImage: docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.5-1' numberOfInstances: 1 postgresql: version: '17' diff --git a/cluster-tutorials/pgbackrest_with_gcs/postgres.yaml b/cluster-tutorials/pgbackrest_with_gcs/postgres.yaml index 57b6659..45e7d12 100644 --- a/cluster-tutorials/pgbackrest_with_gcs/postgres.yaml +++ b/cluster-tutorials/pgbackrest_with_gcs/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.5-1' numberOfInstances: 1 postgresql: version: '17' @@ -25,7 +25,7 @@ spec: repo1-path: /YOUR_PATH_INSIDE_THE_BUCKET/repo1/ repo1-retention-full: '7' repo1-retention-full-type: count - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-3' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.5-1' repos: - name: repo1 resource: cpo-bucket-1 diff --git a/cluster-tutorials/pgbackrest_with_pvc/postgres.yaml b/cluster-tutorials/pgbackrest_with_pvc/postgres.yaml index 7cff127..a1334b7 100644 --- a/cluster-tutorials/pgbackrest_with_pvc/postgres.yaml +++ b/cluster-tutorials/pgbackrest_with_pvc/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-pvc-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.5-1' numberOfInstances: 1 postgresql: version: '17' @@ -24,7 +24,7 @@ spec: global: repo1-retention-full: '7' repo1-retention-full-type: count - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-3' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.5-1' repos: - name: repo1 schedule: diff --git a/cluster-tutorials/pgbackrest_with_s3/postgres.yaml b/cluster-tutorials/pgbackrest_with_s3/postgres.yaml index 8dd81a2..f0dc6e3 100644 --- a/cluster-tutorials/pgbackrest_with_s3/postgres.yaml +++ b/cluster-tutorials/pgbackrest_with_s3/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.5-1' numberOfInstances: 1 postgresql: version: '17' @@ -25,7 +25,7 @@ spec: repo1-path: /YOUR_PATH_INSIDE_THE_BUCKET/repo1/ repo1-retention-full: '7' repo1-retention-full-type: count - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-3' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.5-1' repos: - endpoint: YOUR_S3_ENDPOINT name: repo1 diff --git a/cluster-tutorials/postgis-cluster/postgres.yaml b/cluster-tutorials/postgis-cluster/postgres.yaml index fc00c02..5cb2cbd 100644 --- a/cluster-tutorials/postgis-cluster/postgres.yaml +++ b/cluster-tutorials/postgis-cluster/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-gis-17.4-35-3' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-gis-17.5-35-1' numberOfInstances: 1 postgresql: version: '17' diff --git a/cluster-tutorials/prepared_databases/postgres.yaml b/cluster-tutorials/prepared_databases/postgres.yaml index bd55cc9..bd17fe4 100644 --- a/cluster-tutorials/prepared_databases/postgres.yaml +++ b/cluster-tutorials/prepared_databases/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.5-1' numberOfInstances: 1 postgresql: version: '17' diff --git a/cluster-tutorials/restore/postgres.yaml b/cluster-tutorials/restore/postgres.yaml index 424508a..ccdd649 100644 --- a/cluster-tutorials/restore/postgres.yaml +++ b/cluster-tutorials/restore/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.5-1' numberOfInstances: 1 postgresql: version: '17' @@ -24,7 +24,7 @@ spec: global: repo1-retention-full: '7' repo1-retention-full-type: count - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-3' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.5-1' repos: - name: repo1 schedule: diff --git a/cluster-tutorials/single-cluster/postgres.yaml b/cluster-tutorials/single-cluster/postgres.yaml index ef9893f..8b7f6f9 100644 --- a/cluster-tutorials/single-cluster/postgres.yaml +++ b/cluster-tutorials/single-cluster/postgres.yaml @@ -3,7 +3,7 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.5-1' numberOfInstances: 1 postgresql: version: '17' diff --git a/cluster-tutorials/standby-cluster/postgres.yaml b/cluster-tutorials/standby-cluster/postgres.yaml index 050494d..87c93ff 100644 --- a/cluster-tutorials/standby-cluster/postgres.yaml +++ b/cluster-tutorials/standby-cluster/postgres.yaml @@ -6,7 +6,7 @@ spec: standby: standby_host: "cluster-1.cpo" standby_port: "5432" - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-3' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.5-1' numberOfInstances: 1 postgresql: version: '17' diff --git a/setup/helm/operator/values.yaml b/setup/helm/operator/values.yaml index 17177aa..c9218fa 100644 --- a/setup/helm/operator/values.yaml +++ b/setup/helm/operator/values.yaml @@ -16,8 +16,8 @@ imagePullSecretNames: [] # Define the operator settings to add to the configmap operatorSettings: operatorImage: 'docker.io/cybertecpostgresql/cybertec-pg-operator:v0.8.3-2' - postgresImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' - poolerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.0-1' + postgresImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.5-1' + poolerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.1-2' watched_namespace: '*' enable_pod_antiaffinity: 'true'