From 757ba7a321e733d0019e5928f49a022c91079aa1 Mon Sep 17 00:00:00 2001 From: matthias Date: Wed, 29 Oct 2025 21:23:26 +0100 Subject: [PATCH 1/4] uopdate to v0.9.0 --- cluster-tutorials/clone_with_pvc/postgres.yaml | 4 ++-- cluster-tutorials/clone_with_s3/postgres.yaml | 4 ++-- .../configure_users_and_databases/postgres.yaml | 2 +- .../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 | 6 +++--- 16 files changed, 26 insertions(+), 26 deletions(-) diff --git a/cluster-tutorials/clone_with_pvc/postgres.yaml b/cluster-tutorials/clone_with_pvc/postgres.yaml index 7458ec5..1282896 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.6-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-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.6-1' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-18.0-1' repos: - name: repo1 schedule: diff --git a/cluster-tutorials/clone_with_s3/postgres.yaml b/cluster-tutorials/clone_with_s3/postgres.yaml index c3712b6..4591973 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.6-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-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.6-1' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-18.0-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 6ad8135..f789091 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.6-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-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 83f3c87..e4fdcac 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.6-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-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 7fdff85..c6ff12b 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.6-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-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-3' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.1-4' mode: transaction numberOfInstances: 2 resources: diff --git a/cluster-tutorials/monitored_cluster/postgres.yaml b/cluster-tutorials/monitored_cluster/postgres.yaml index c5648f8..5d951b2 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.6-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-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.6-1' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:exporter-18.0-1' diff --git a/cluster-tutorials/multisite/postgres.yaml b/cluster-tutorials/multisite/postgres.yaml index 4df3429..1d12b8c 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.6-1' + dockerImage: docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-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 1f89a4c..8cf8874 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.6-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-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.6-1' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-18.0-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 2de033a..02a1463 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.6-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-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.6-1' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-18.0-1' repos: - name: repo1 schedule: diff --git a/cluster-tutorials/pgbackrest_with_s3/postgres.yaml b/cluster-tutorials/pgbackrest_with_s3/postgres.yaml index a30f350..caacadf 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.6-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-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.6-1' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-18.0-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 275f2c5..7227f90 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.6-35-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-gis-18.0-35-1' numberOfInstances: 1 postgresql: version: '17' diff --git a/cluster-tutorials/prepared_databases/postgres.yaml b/cluster-tutorials/prepared_databases/postgres.yaml index b9e6765..cbae88d 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.6-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' numberOfInstances: 1 postgresql: version: '17' diff --git a/cluster-tutorials/restore/postgres.yaml b/cluster-tutorials/restore/postgres.yaml index 78b9070..c677a2a 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.6-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-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.6-1' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-18.0-1' repos: - name: repo1 schedule: diff --git a/cluster-tutorials/single-cluster/postgres.yaml b/cluster-tutorials/single-cluster/postgres.yaml index df98f1a..48cadb9 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.6-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' numberOfInstances: 1 postgresql: version: '17' diff --git a/cluster-tutorials/standby-cluster/postgres.yaml b/cluster-tutorials/standby-cluster/postgres.yaml index b43fe57..22a650c 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.6-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' numberOfInstances: 1 postgresql: version: '17' diff --git a/setup/helm/operator/values.yaml b/setup/helm/operator/values.yaml index 8ee3e78..46da058 100644 --- a/setup/helm/operator/values.yaml +++ b/setup/helm/operator/values.yaml @@ -15,9 +15,9 @@ 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.6-1' - poolerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.1-3' + operatorImage: 'docker.io/cybertecpostgresql/cybertec-pg-operator:v0.9.0-1' + postgresImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' + poolerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.1-4' watched_namespace: '*' enable_pod_antiaffinity: 'true' From 73afd23c637d2ab76ac365fde385f69f503e94c4 Mon Sep 17 00:00:00 2001 From: matthias Date: Wed, 3 Dec 2025 18:51:50 +0100 Subject: [PATCH 2/4] updated all image tags and new repo --- cluster-tutorials/clone_with_pvc/postgres.yaml | 6 +++--- cluster-tutorials/clone_with_s3/postgres.yaml | 6 +++--- .../configure_users_and_databases/postgres.yaml | 4 ++-- .../high-availability-cluster/ha-postgres.yaml | 4 ++-- cluster-tutorials/loadbalancer-cluster/lb-postgres.yaml | 6 +++--- cluster-tutorials/monitored_cluster/postgres.yaml | 6 +++--- cluster-tutorials/multisite/postgres.yaml | 4 ++-- cluster-tutorials/pgbackrest_with_gcs/postgres.yaml | 6 +++--- cluster-tutorials/pgbackrest_with_pvc/postgres.yaml | 6 +++--- cluster-tutorials/pgbackrest_with_s3/postgres.yaml | 6 +++--- cluster-tutorials/postgis-cluster/postgres.yaml | 2 +- cluster-tutorials/prepared_databases/postgres.yaml | 4 ++-- cluster-tutorials/restore/postgres.yaml | 6 +++--- cluster-tutorials/single-cluster/postgres.yaml | 4 ++-- cluster-tutorials/standby-cluster/postgres.yaml | 4 ++-- .../templates/postgresql-operator-configuration.yaml | 2 +- setup/helm/operator/values.yaml | 4 ++-- 17 files changed, 40 insertions(+), 40 deletions(-) diff --git a/cluster-tutorials/clone_with_pvc/postgres.yaml b/cluster-tutorials/clone_with_pvc/postgres.yaml index 1282896..19fb7cb 100644 --- a/cluster-tutorials/clone_with_pvc/postgres.yaml +++ b/cluster-tutorials/clone_with_pvc/postgres.yaml @@ -3,10 +3,10 @@ kind: postgresql metadata: name: cluster-1-clone spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' + dockerImage: 'containers.cybertec.at/cybertec-pg-container/postgres:rocky9-18.1-1' numberOfInstances: 1 postgresql: - version: '17' + version: '18' resources: limits: cpu: 500m @@ -24,7 +24,7 @@ spec: global: repo1-retention-full: '7' repo1-retention-full-type: count - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-18.0-1' + image: 'containers.cybertec.at/cybertec-pg-container/pgbackrest:rocky9-18.1-1' repos: - name: repo1 schedule: diff --git a/cluster-tutorials/clone_with_s3/postgres.yaml b/cluster-tutorials/clone_with_s3/postgres.yaml index 4591973..4f864ba 100644 --- a/cluster-tutorials/clone_with_s3/postgres.yaml +++ b/cluster-tutorials/clone_with_s3/postgres.yaml @@ -3,10 +3,10 @@ kind: postgresql metadata: name: cluster-1-clone spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' + dockerImage: 'containers.cybertec.at/cybertec-pg-container/postgres:rocky9-18.1-1' numberOfInstances: 1 postgresql: - version: '17' + version: '18' resources: limits: cpu: 500m @@ -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-18.0-1' + image: 'containers.cybertec.at/cybertec-pg-container/pgbackrest:rocky9-18.1-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 f789091..0666dc8 100644 --- a/cluster-tutorials/configure_users_and_databases/postgres.yaml +++ b/cluster-tutorials/configure_users_and_databases/postgres.yaml @@ -3,10 +3,10 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' + dockerImage: 'containers.cybertec.at/cybertec-pg-container/postgres:rocky9-18.1-1' numberOfInstances: 1 postgresql: - version: '17' + version: '18' resources: limits: cpu: 500m diff --git a/cluster-tutorials/high-availability-cluster/ha-postgres.yaml b/cluster-tutorials/high-availability-cluster/ha-postgres.yaml index e4fdcac..2e2af33 100644 --- a/cluster-tutorials/high-availability-cluster/ha-postgres.yaml +++ b/cluster-tutorials/high-availability-cluster/ha-postgres.yaml @@ -3,10 +3,10 @@ kind: postgresql metadata: name: ha-cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' + dockerImage: 'containers.cybertec.at/cybertec-pg-container/postgres:rocky9-18.1-1' numberOfInstances: 2 postgresql: - version: '17' + version: '18' resources: limits: cpu: 500m diff --git a/cluster-tutorials/loadbalancer-cluster/lb-postgres.yaml b/cluster-tutorials/loadbalancer-cluster/lb-postgres.yaml index c6ff12b..3228e8b 100644 --- a/cluster-tutorials/loadbalancer-cluster/lb-postgres.yaml +++ b/cluster-tutorials/loadbalancer-cluster/lb-postgres.yaml @@ -3,10 +3,10 @@ kind: postgresql metadata: name: ha-cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' + dockerImage: 'containers.cybertec.at/cybertec-pg-container/postgres:rocky9-18.1-1' numberOfInstances: 1 postgresql: - version: '17' + version: '18' resources: limits: cpu: 500m @@ -15,7 +15,7 @@ spec: cpu: 500m memory: 500Mi connectionPooler: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.1-4' + dockerImage: 'containers.cybertec.at/cybertec-pg-container/pgbouncer:rocky9-1.25.0-1' mode: transaction numberOfInstances: 2 resources: diff --git a/cluster-tutorials/monitored_cluster/postgres.yaml b/cluster-tutorials/monitored_cluster/postgres.yaml index 5d951b2..2978d46 100644 --- a/cluster-tutorials/monitored_cluster/postgres.yaml +++ b/cluster-tutorials/monitored_cluster/postgres.yaml @@ -3,10 +3,10 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' + dockerImage: 'containers.cybertec.at/cybertec-pg-container/postgres:rocky9-18.1-1' numberOfInstances: 1 postgresql: - version: '17' + version: '18' resources: limits: cpu: 500m @@ -19,4 +19,4 @@ spec: size: 5Gi #storageClass: default-provisioner monitor: - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:exporter-18.0-1' + image: 'containers.cybertec.at/cybertec-pg-container/exporter:rocky9-18.1-1' diff --git a/cluster-tutorials/multisite/postgres.yaml b/cluster-tutorials/multisite/postgres.yaml index 1d12b8c..5be027c 100644 --- a/cluster-tutorials/multisite/postgres.yaml +++ b/cluster-tutorials/multisite/postgres.yaml @@ -7,10 +7,10 @@ metadata: app.kubernetes.io/name: postgres-cluster app.kubernetes.io/instance: multisite-cluster spec: - dockerImage: docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' + dockerImage: containers.cybertec.at/cybertec-pg-container/postgres:rocky9-18.1-1' numberOfInstances: 1 postgresql: - version: '17' + version: '18' resources: limits: cpu: 500m diff --git a/cluster-tutorials/pgbackrest_with_gcs/postgres.yaml b/cluster-tutorials/pgbackrest_with_gcs/postgres.yaml index 8cf8874..c99a56e 100644 --- a/cluster-tutorials/pgbackrest_with_gcs/postgres.yaml +++ b/cluster-tutorials/pgbackrest_with_gcs/postgres.yaml @@ -3,10 +3,10 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' + dockerImage: 'containers.cybertec.at/cybertec-pg-container/postgres:rocky9-18.1-1' numberOfInstances: 1 postgresql: - version: '17' + version: '18' resources: limits: cpu: 100m @@ -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-18.0-1' + image: 'containers.cybertec.at/cybertec-pg-container/pgbackrest:rocky9-18.1-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 02a1463..3def122 100644 --- a/cluster-tutorials/pgbackrest_with_pvc/postgres.yaml +++ b/cluster-tutorials/pgbackrest_with_pvc/postgres.yaml @@ -3,10 +3,10 @@ kind: postgresql metadata: name: cluster-pvc-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' + dockerImage: 'containers.cybertec.at/cybertec-pg-container/postgres:rocky9-18.1-1' numberOfInstances: 1 postgresql: - version: '17' + version: '18' resources: limits: cpu: 500m @@ -24,7 +24,7 @@ spec: global: repo1-retention-full: '7' repo1-retention-full-type: count - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-18.0-1' + image: 'containers.cybertec.at/cybertec-pg-container/pgbackrest:rocky9-18.1-1' repos: - name: repo1 schedule: diff --git a/cluster-tutorials/pgbackrest_with_s3/postgres.yaml b/cluster-tutorials/pgbackrest_with_s3/postgres.yaml index caacadf..23ef8cc 100644 --- a/cluster-tutorials/pgbackrest_with_s3/postgres.yaml +++ b/cluster-tutorials/pgbackrest_with_s3/postgres.yaml @@ -3,10 +3,10 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' + dockerImage: 'containers.cybertec.at/cybertec-pg-container/postgres:rocky9-18.1-1' numberOfInstances: 1 postgresql: - version: '17' + version: '18' resources: limits: cpu: 500m @@ -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-18.0-1' + image: 'containers.cybertec.at/cybertec-pg-container/pgbackrest:rocky9-18.1-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 7227f90..a93765a 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-18.0-35-1' + dockerImage: 'containers.cybertec.at/cybertec-pg-container/postgres-gis:rocky9-18.1-35-1' numberOfInstances: 1 postgresql: version: '17' diff --git a/cluster-tutorials/prepared_databases/postgres.yaml b/cluster-tutorials/prepared_databases/postgres.yaml index cbae88d..6cefc1f 100644 --- a/cluster-tutorials/prepared_databases/postgres.yaml +++ b/cluster-tutorials/prepared_databases/postgres.yaml @@ -3,10 +3,10 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' + dockerImage: 'containers.cybertec.at/cybertec-pg-container/postgres:rocky9-18.1-1' numberOfInstances: 1 postgresql: - version: '17' + version: '18' resources: limits: cpu: 500m diff --git a/cluster-tutorials/restore/postgres.yaml b/cluster-tutorials/restore/postgres.yaml index c677a2a..bb971e4 100644 --- a/cluster-tutorials/restore/postgres.yaml +++ b/cluster-tutorials/restore/postgres.yaml @@ -3,10 +3,10 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' + dockerImage: 'containers.cybertec.at/cybertec-pg-container/postgres:rocky9-18.1-1' numberOfInstances: 1 postgresql: - version: '17' + version: '18' resources: limits: cpu: 500m @@ -24,7 +24,7 @@ spec: global: repo1-retention-full: '7' repo1-retention-full-type: count - image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-18.0-1' + image: 'containers.cybertec.at/cybertec-pg-container/pgbackrest:rocky9-18.1-1' repos: - name: repo1 schedule: diff --git a/cluster-tutorials/single-cluster/postgres.yaml b/cluster-tutorials/single-cluster/postgres.yaml index 48cadb9..73a688e 100644 --- a/cluster-tutorials/single-cluster/postgres.yaml +++ b/cluster-tutorials/single-cluster/postgres.yaml @@ -3,10 +3,10 @@ kind: postgresql metadata: name: cluster-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' + dockerImage: 'containers.cybertec.at/cybertec-pg-container/postgres:rocky9-18.1-1' numberOfInstances: 1 postgresql: - version: '17' + version: '18' resources: limits: cpu: 500m diff --git a/cluster-tutorials/standby-cluster/postgres.yaml b/cluster-tutorials/standby-cluster/postgres.yaml index 22a650c..b0534c9 100644 --- a/cluster-tutorials/standby-cluster/postgres.yaml +++ b/cluster-tutorials/standby-cluster/postgres.yaml @@ -6,10 +6,10 @@ spec: standby: standby_host: "cluster-1.cpo" standby_port: "5432" - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' + dockerImage: 'containers.cybertec.at/cybertec-pg-container/postgres:rocky9-18.1-1' numberOfInstances: 1 postgresql: - version: '17' + version: '18' resources: limits: cpu: 500m diff --git a/setup/helm/operator/templates/postgresql-operator-configuration.yaml b/setup/helm/operator/templates/postgresql-operator-configuration.yaml index de2dd7b..2cf7bcd 100644 --- a/setup/helm/operator/templates/postgresql-operator-configuration.yaml +++ b/setup/helm/operator/templates/postgresql-operator-configuration.yaml @@ -25,7 +25,7 @@ configuration: # - name: DATA_SOURCE_NAME # value: >- # postgresql://postgres_exporter:password@localhost:5432/postgres?sslmode=disable - # image: 'docker.io/cybertecpostgresql/cybertec-pg-container:exporter-17.6-1' + # image: 'containers.cybertec.at/cybertec-pg-container/exporter:rocky9-18.1-1' # name: postgres-exporter # ports: # - containerPort: 9187 diff --git a/setup/helm/operator/values.yaml b/setup/helm/operator/values.yaml index 46da058..3fae66b 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.9.0-1' - postgresImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-18.0-1' - poolerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.1-4' + postgresImage: 'containers.cybertec.at/cybertec-pg-container/postgres:rocky9-18.1-1' + poolerImage: 'containers.cybertec.at/cybertec-pg-container/pgbouncer:rocky9-1.25.0-1' watched_namespace: '*' enable_pod_antiaffinity: 'true' From 65902eb05f59dfc5a37cd7940c7a3a5c147a26bb Mon Sep 17 00:00:00 2001 From: matthias Date: Wed, 3 Dec 2025 18:56:10 +0100 Subject: [PATCH 3/4] update helm-chart --- docs/index.yaml | 17 ++++++++++++++--- docs/postgres-operator-0.9.0.tgz | Bin 0 -> 10530 bytes 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 docs/postgres-operator-0.9.0.tgz diff --git a/docs/index.yaml b/docs/index.yaml index 4fb1cec..6edf737 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,9 +1,20 @@ apiVersion: v1 entries: postgres-operator: + - apiVersion: v2 + appVersion: 0.9.0 + created: "2025-12-03T18:55:29.196695311+01:00" + description: Helm-Chart for setting up an instance of CYBERTEC's Postgres operator + (CPO). + digest: 63c94671d0f6219b32c0cfddf5ebaa7189bb719bda06fafc340418b633da220b + name: postgres-operator + type: application + urls: + - https://cybertec-postgresql.github.io/CYBERTEC-operator-tutorials/postgres-operator-0.9.0.tgz + version: 0.9.0 - apiVersion: v2 appVersion: 0.8.3 - created: "2025-04-04T09:11:14.575733822+02:00" + created: "2025-12-03T18:55:29.196218774+01:00" description: Helm-Chart for setting up an instance of CYBERTEC's Postgres operator (CPO). digest: c63960331058590711189c1a4487aca03c1ba0cec9e162e485b8646fce5d5392 @@ -14,7 +25,7 @@ entries: version: 0.8.3 - apiVersion: v2 appVersion: 0.8.2 - created: "2025-04-04T09:11:14.575395961+02:00" + created: "2025-12-03T18:55:29.19558977+01:00" description: Helm-Chart for setting up an instance of CYBERTEC's Postgres operator (CPO). digest: 403e5e1156250f663064db02ccf09e74be0dccc025556a02e502e349222c1a92 @@ -23,4 +34,4 @@ entries: urls: - https://cybertec-postgresql.github.io/CYBERTEC-operator-tutorials/postgres-operator-0.8.2.tgz version: 0.8.2 -generated: "2025-04-04T09:11:14.574887876+02:00" +generated: "2025-12-03T18:55:29.186327573+01:00" diff --git a/docs/postgres-operator-0.9.0.tgz b/docs/postgres-operator-0.9.0.tgz new file mode 100644 index 0000000000000000000000000000000000000000..bac304cd0ece5627c9c4f4a9d1f84c5a17ed2f16 GIT binary patch literal 10530 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 literal 0 HcmV?d00001 From cccc3f9214bc598b2ec5c3c1d7d2ef2ffdd33943 Mon Sep 17 00:00:00 2001 From: matthias Date: Wed, 3 Dec 2025 18:56:22 +0100 Subject: [PATCH 4/4] update Chart.yaml --- setup/helm/operator/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/helm/operator/Chart.yaml b/setup/helm/operator/Chart.yaml index a7693a1..2fc26d8 100644 --- a/setup/helm/operator/Chart.yaml +++ b/setup/helm/operator/Chart.yaml @@ -3,6 +3,6 @@ type: application name: postgres-operator description: Helm-Chart for setting up an instance of CYBERTEC's Postgres operator (CPO). -appVersion: 0.8.3 -version: 0.8.3 +appVersion: 0.9.0 +version: 0.9.0 # Note: Make sure you have defined the correct version, based on the crd used \ No newline at end of file