Skip to content

Commit

Permalink
Revert "Run postgresql integration test on latest chart (#2196)" (#2243)
Browse files Browse the repository at this point in the history
This reverts commit d745629.
  • Loading branch information
pavannd1 committed Aug 5, 2023
1 parent 15e2aae commit 774bb7f
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 @@ -49,6 +49,7 @@ 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 774bb7f

Please sign in to comment.