Skip to content

Commit

Permalink
Run postgresql integration test on latest chart (#2196)
Browse files Browse the repository at this point in the history
* Run postgresql integration test on latest chart

Signed-off-by: mabhi <abhijit.mukherjee@infracloud.io>

* Postgresql integration test now uses latest bitnami chart.

Signed-off-by: mabhi <abhijit.mukherjee@infracloud.io>

---------

Signed-off-by: mabhi <abhijit.mukherjee@infracloud.io>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mabhi and mergify[bot] committed Jul 28, 2023
1 parent 74a0a31 commit d745629
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/app/postgresql.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func NewPostgresDB(name string, subPath string) App {
RepoName: helm.BitnamiRepoName,
RepoURL: helm.BitnamiRepoURL,
Chart: "postgresql",
Version: "12.6.0", // TODO: Revert once #2155 is addressed
Values: map[string]string{
"image.pullPolicy": "Always",
"auth.postgresPassword": "test@54321",
Expand Down

0 comments on commit d745629

Please sign in to comment.