Skip to content

Commit

Permalink
Bump Postgres to 14.6 (#12015)
Browse files Browse the repository at this point in the history
### Summary & Motivation
Postgres v9.6.21 reached end of life a few years back. Let's bring the
version up to a supported one.

### How I Tested These Changes
I overrode this tag value in our Helm chart in dev and production, and
all seems fine. I will say, though, that we're using an external
postgres DB, so only our init container is going to run this image.

Co-authored-by: Dusty Shapiro <dusty@rvvup.com>
  • Loading branch information
DustyShap and Dusty Shapiro authored Feb 3, 2023
1 parent a920b29 commit 74eac38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/dagster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ postgresql:
# Used by init container to check that db is running. (Even if enabled:false)
image:
repository: "library/postgres"
tag: "9.6.21"
tag: "14.6"
pullPolicy: IfNotPresent

# set this PostgreSQL hostname when using an external PostgreSQL database
Expand Down

1 comment on commit 74eac38

@vercel
Copy link

@vercel vercel bot commented on 74eac38 Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dagster – ./docs

dagster-git-master-dagster-dev-ad.vercel.app
dagster-dagster-dev-ad.vercel.app
dagster-opal.vercel.app

Please sign in to comment.