Skip to content

Commit

Permalink
Use image pullPolicy Always for postgres test app (#1124)
Browse files Browse the repository at this point in the history
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
  • Loading branch information
PrasadG193 committed Oct 22, 2021
1 parent 13652ba commit 10afb94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/app/postgresql.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func NewPostgresDB(name string, subPath string) App {
"image.registry": "ghcr.io",
"image.repository": "kanisterio/postgresql",
"image.tag": "latest",
"image.pullPolicy": "Always",
"postgresqlPassword": "test@54321",
"postgresqlExtendedConf.archiveCommand": "envdir /bitnami/postgresql/data/env wal-e wal-push %p",
"postgresqlExtendedConf.archiveMode": "true",
Expand Down

0 comments on commit 10afb94

Please sign in to comment.