Skip to content

Commit

Permalink
Release postgresql-v1.10.0-kbst.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Catalog Updater committed Sep 10, 2023
1 parent 0ea4488 commit b6d120b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/postgresql/base/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data:
# connection_pooler_default_cpu_request: "500m"
# connection_pooler_default_memory_limit: 100Mi
# connection_pooler_default_memory_request: 100Mi
connection_pooler_image: "registry.opensource.zalan.do/acid/pgbouncer:master-26"
connection_pooler_image: "registry.opensource.zalan.do/acid/pgbouncer:master-27"
# connection_pooler_max_db_connections: 60
# connection_pooler_mode: "transaction"
# connection_pooler_number_of_instances: 2
Expand All @@ -33,7 +33,7 @@ data:
# default_memory_request: 100Mi
# delete_annotation_date_key: delete-date
# delete_annotation_name_key: delete-clustername
docker_image: ghcr.io/zalando/spilo-15:2.1-p9
docker_image: ghcr.io/zalando/spilo-15:3.0-p1
# downscaler_annotations: "deployment-time,downscaler/*"
# enable_admin_role_for_users: "true"
# enable_crd_registration: "true"
Expand All @@ -46,7 +46,7 @@ data:
enable_master_load_balancer: "false"
enable_master_pooler_load_balancer: "false"
enable_password_rotation: "false"
# enable_patroni_failsafe_mode: "false"
enable_patroni_failsafe_mode: "false"
enable_pgversion_env_var: "true"
# enable_pod_antiaffinity: "false"
# enable_pod_disruption_budget: "true"
Expand Down Expand Up @@ -79,7 +79,7 @@ data:
# logical_backup_azure_storage_account_key: ""
# logical_backup_cpu_limit: ""
# logical_backup_cpu_request: ""
logical_backup_docker_image: "registry.opensource.zalan.do/acid/logical-backup:v1.9.0"
logical_backup_docker_image: "registry.opensource.zalan.do/acid/logical-backup:v1.10.0"
# logical_backup_google_application_credentials: ""
logical_backup_job_prefix: "logical-backup-"
# logical_backup_memory_limit: ""
Expand Down
2 changes: 1 addition & 1 deletion src/postgresql/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ resources:
images:
- name: registry.opensource.zalan.do/acid/smoke-tested-postgres-operator
newName: registry.opensource.zalan.do/acid/postgres-operator
newTag: v1.9.0
newTag: v1.10.0
2 changes: 1 addition & 1 deletion src/postgresql/base/postgres-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
serviceAccountName: postgres-operator
containers:
- name: postgres-operator
image: registry.opensource.zalan.do/acid/postgres-operator:v1.9.0
image: registry.opensource.zalan.do/acid/postgres-operator:v1.10.0
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit b6d120b

Please sign in to comment.