Skip to content

Commit

Permalink
update postgresql base image version (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgvishnuram committed Apr 1, 2024
1 parent d4af37e commit 08704b9
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-1
- quay.io/astronomer/ap-pgbouncer-krb:1.17.0-11
- quay.io/astronomer/ap-postgres-exporter:0.15.0-5
- quay.io/astronomer/ap-postgresql:15.6.0
- quay.io/astronomer/ap-postgresql:15.6.0-1
- quay.io/astronomer/ap-prometheus:2.45.4
- quay.io/astronomer/ap-registry:3.18.6-2
- quay.io/astronomer/ap-vector:0.32.2-4
Expand Down Expand Up @@ -425,7 +425,7 @@ workflows:
- quay.io/astronomer/ap-openresty:1.25.3-1
- quay.io/astronomer/ap-pgbouncer-krb:1.17.0-11
- quay.io/astronomer/ap-postgres-exporter:0.15.0-5
- quay.io/astronomer/ap-postgresql:15.6.0
- quay.io/astronomer/ap-postgresql:15.6.0-1
- quay.io/astronomer/ap-prometheus:2.45.4
- quay.io/astronomer/ap-registry:3.18.6-2
- quay.io/astronomer/ap-vector:0.32.2-4
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.6.0
tag: 15.6.0-1
## 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 08704b9

Please sign in to comment.