-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use redis/postgres images from quay registry
The current redis and postgresql images aren't using the fully qualified registry name and use docker.io. The images used for those app aren't the same than the one used dowstream and could cause issue with different versions / parameters. The images from the sclorg namespace on the quay.io registry are the upstream equivalent to the downstream images for redis and postgresql. Signed-off-by: Dimitri Savineau <[email protected]>
- Loading branch information
Showing
4 changed files
with
4 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
--- | ||
# vars file for PostgreSQL database | ||
|
||
postgres_initdb_args: '--auth-host=scram-sha-256' | ||
postgres_host_auth_method: 'scram-sha-256' | ||
supported_pg_version: 13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters