[bitnami/postgresql-ha] ci: improve stability on Ginkgo tests (#33567)

This commit is contained in:
Juan Ariza Toledano
2025-05-08 18:18:20 +02:00
committed by GitHub
parent 4e3ea1ed5d
commit 6d8bc54fc0
3 changed files with 7 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ func init() {
flag.StringVar(&namespace, "namespace", "", "namespace where the application is running") flag.StringVar(&namespace, "namespace", "", "namespace where the application is running")
flag.StringVar(&username, "username", "", "database user") flag.StringVar(&username, "username", "", "database user")
flag.StringVar(&password, "password", "", "database password for username") flag.StringVar(&password, "password", "", "database password for username")
flag.IntVar(&timeoutSeconds, "timeout", 200, "timeout in seconds") flag.IntVar(&timeoutSeconds, "timeout", 300, "timeout in seconds")
timeout = time.Duration(timeoutSeconds) * time.Second timeout = time.Duration(timeoutSeconds) * time.Second
} }

View File

@@ -1,8 +1,12 @@
# Changelog # Changelog
## 16.0.1 (2025-05-08)
* [bitnami/postgresql-ha] ci: improve stability on Ginkgo tests ([#33567](https://github.com/bitnami/charts/pull/33567))
## 16.0.0 (2025-05-08) ## 16.0.0 (2025-05-08)
* [bitnami/postgresql-ha] feat: Customizable Stream Replication Check credentials ([#33552](https://github.com/bitnami/charts/pull/33552)) * [bitnami/postgresql-ha] feat: Customizable Stream Replication Check credentials (#33552) ([cff2e93](https://github.com/bitnami/charts/commit/cff2e93f9da96f82ad9d97d2d35a7324b54d0931)), closes [#33552](https://github.com/bitnami/charts/issues/33552)
## <small>15.3.17 (2025-05-07)</small> ## <small>15.3.17 (2025-05-07)</small>

View File

@@ -43,4 +43,4 @@ maintainers:
name: postgresql-ha name: postgresql-ha
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha - https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha
version: 16.0.0 version: 16.0.1