Skip to content

Commit

Permalink
Merge pull request #1062 from gburges/psql164
Browse files Browse the repository at this point in the history
Update pg16 image to rhel8/16.4
  • Loading branch information
adamrdrew authored Nov 21, 2024
2 parents 36c0803 + b627468 commit 7da9493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/cloud.redhat.com/providers/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var DefaultImageDatabasePG12 = "quay.io/cloudservices/postgresql-rds:12-2318dee"
var DefaultImageDatabasePG13 = "quay.io/cloudservices/postgresql-rds:13-2318dee"
var DefaultImageDatabasePG14 = "quay.io/cloudservices/postgresql-rds:14-2318dee"
var DefaultImageDatabasePG15 = "quay.io/cloudservices/postgresql-rds:15-2318dee"
var DefaultImageDatabasePG16 = "quay.io/cloudservices/postgresql-rds:16-4649c84"
var DefaultImageDatabasePG16 = "quay.io/cloudservices/postgresql-rds:16-759c25d"
var DefaultImageInMemoryDB = "registry.redhat.io/rhel9/redis-6:1-199.1726663404"

// MakeLocalDB populates the given deployment object with the local DB struct.
Expand Down

0 comments on commit 7da9493

Please sign in to comment.