diff --git a/cluster-tutorials/clone_with_pvc/postgres.yaml b/cluster-tutorials/clone_with_pvc/postgres.yaml index 5a09105..32343d2 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.2-4' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-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.2-4' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-1' repos: - name: repo1 schedule: diff --git a/cluster-tutorials/clone_with_s3/postgres.yaml b/cluster-tutorials/clone_with_s3/postgres.yaml index a558dbb..8d43119 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.2-4' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-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.2-4' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-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 55452da..11533ba 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.2-4' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-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 e884aa4..f34b5d4 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.2-4' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-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 566d3ab..f4eed5f 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.2-4' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-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.23.1-1' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.0-1' mode: transaction numberOfInstances: 2 resources: diff --git a/cluster-tutorials/monitored_cluster/postgres.yaml b/cluster-tutorials/monitored_cluster/postgres.yaml index 99faa8e..cb55580 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.2-4' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-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.2-4' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:exporter-17.4-1' diff --git a/cluster-tutorials/pgbackrest_with_gcs/postgres.yaml b/cluster-tutorials/pgbackrest_with_gcs/postgres.yaml index 9c458d7..539a5eb 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.2-4' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-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.2-4' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-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 c4b8e3c..9def7bb 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-1 spec: - dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.2-4' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-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.2-4' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-1' repos: - name: repo1 schedule: diff --git a/cluster-tutorials/pgbackrest_with_s3/postgres.yaml b/cluster-tutorials/pgbackrest_with_s3/postgres.yaml index ccc08ea..511ab8c 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.2-4' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-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.2-4' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-1' repos: - endpoint: YOUR_S3_ENDPOINT name: repo1 diff --git a/cluster-tutorials/prepared_databases/postgres.yaml b/cluster-tutorials/prepared_databases/postgres.yaml index e4338be..95633cf 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.2-4' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' numberOfInstances: 1 postgresql: version: '17' diff --git a/cluster-tutorials/restore/postgres.yaml b/cluster-tutorials/restore/postgres.yaml index 66d061a..3d02ff7 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.2-4' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-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.2-4' + image: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbackrest-17.4-1' repos: - name: repo1 schedule: diff --git a/cluster-tutorials/single-cluster/postgres.yaml b/cluster-tutorials/single-cluster/postgres.yaml index 7291961..1764f67 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.2-4' + dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' numberOfInstances: 1 postgresql: version: '17' diff --git a/setup/helm/operator/values.yaml b/setup/helm/operator/values.yaml index ec5fd68..1a70021 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.2-1' - postgresImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.2-4' - poolerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.23.1-1' + postgresImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1' + poolerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.0-1' watched_namespace: '*' enable_pod_antiaffinity: 'true' operator_namespace: 'cpo' diff --git a/setup/monitoring.tar.gz b/setup/monitoring.tar.gz deleted file mode 100644 index a0b0154..0000000 Binary files a/setup/monitoring.tar.gz and /dev/null differ