Skip to content

Commit

Permalink
update postgresql version 15.5.0 (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgvishnuram committed Feb 6, 2024
1 parent 9c9e919 commit 2829409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ workflows:
- quay.io/astronomer/ap-openresty:1.25.3
- quay.io/astronomer/ap-pgbouncer-krb:1.17.0-9
- quay.io/astronomer/ap-postgres-exporter:0.15.0-3
- quay.io/astronomer/ap-postgresql:15.4.0-1
- quay.io/astronomer/ap-postgresql:15.5.0
- quay.io/astronomer/ap-prometheus:2.45.3
- quay.io/astronomer/ap-registry:3.18.5-1
- quay.io/astronomer/ap-vector:0.32.2-1
Expand Down Expand Up @@ -425,7 +425,7 @@ workflows:
- quay.io/astronomer/ap-openresty:1.25.3
- quay.io/astronomer/ap-pgbouncer-krb:1.17.0-9
- quay.io/astronomer/ap-postgres-exporter:0.15.0-3
- quay.io/astronomer/ap-postgresql:15.4.0-1
- quay.io/astronomer/ap-postgresql:15.5.0
- quay.io/astronomer/ap-prometheus:2.45.3
- quay.io/astronomer/ap-registry:3.18.5-1
- quay.io/astronomer/ap-vector:0.32.2-1
Expand Down
2 changes: 1 addition & 1 deletion charts/postgresql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ global:
image:
registry: quay.io
repository: astronomer/ap-postgresql
tag: 15.4.0-1
tag: 15.5.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit 2829409

Please sign in to comment.