mirror of
https://github.com/bitnami/charts.git
synced 2026-04-01 06:47:23 +08:00
[bitnami/postgresql-ha] ci: improve stability on Ginkgo tests (#33567)
This commit is contained in:
committed by
GitHub
parent
4e3ea1ed5d
commit
6d8bc54fc0
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user