Skip to content

Commit b549c90

Browse files
authored
set postgresql image repo to bitnamilegacy/postgresql (#7710) (#7715)
(cherry picked from commit 7342711)
1 parent 0b4503d commit b549c90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/internal/helpers/ktf.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ func GenerateKongBuilder(_ context.Context) (*kong.Builder, []string, error) {
5050

5151
if testenv.DBMode() == testenv.DBModePostgres {
5252
kongbuilder = kongbuilder.WithPostgreSQL()
53+
// Use bitnamilegacy/postgresql since the bitnami/postgresql repository is gone.
54+
kongbuilder = kongbuilder.WithAdditionalValue("postgresql.image.repository", "bitnamilegacy/postgresql")
5355
}
5456

5557
flavor := testenv.KongRouterFlavor()

0 commit comments

Comments
 (0)