diff --git a/bitnami/postgresql-ha/CHANGELOG.md b/bitnami/postgresql-ha/CHANGELOG.md index bab0d993cd090c..99274cb103d163 100644 --- a/bitnami/postgresql-ha/CHANGELOG.md +++ b/bitnami/postgresql-ha/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 14.2.28 (2024-09-13) +## 14.2.29 (2024-09-19) -* [bitnami/postgresql-ha] Release 14.2.28 ([#29405](https://github.com/bitnami/charts/pull/29405)) +* [bitnami/postgresql-ha] Update extendedConf related documentation ([#29497](https://github.com/bitnami/charts/pull/29497)) + +## 14.2.28 (2024-09-13) + +* [bitnami/postgresql-ha] Release 14.2.28 (#29405) ([f6fd3fc](https://github.com/bitnami/charts/commit/f6fd3fc9cc4ba12843e4364d04575f97b7db180a)), closes [#29405](https://github.com/bitnami/charts/issues/29405) ## 14.2.27 (2024-09-10) diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index 72f44a0b433f82..ef174d9cb7f409 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -40,4 +40,4 @@ maintainers: name: postgresql-ha sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha -version: 14.2.28 +version: 14.2.29 diff --git a/bitnami/postgresql-ha/README.md b/bitnami/postgresql-ha/README.md index 48de8a2b22b05d..76dd0fba5ed786 100644 --- a/bitnami/postgresql-ha/README.md +++ b/bitnami/postgresql-ha/README.md @@ -483,8 +483,8 @@ A default `StorageClass` is needed in the Kubernetes cluster to dynamically prov | `postgresql.configuration` | PostgreSQL configuration | `""` | | `postgresql.pgHbaConfiguration` | PostgreSQL client authentication configuration | `""` | | `postgresql.configurationCM` | Name of existing ConfigMap with configuration files | `""` | -| `postgresql.extendedConf` | Extended PostgreSQL configuration (appended to main or default configuration). Implies `volumePermissions.enabled`. | `""` | -| `postgresql.extendedConfCM` | ConfigMap with PostgreSQL extended configuration | `""` | +| `postgresql.extendedConf` | Extended PostgreSQL configuration (requires `volumePermissions.enabled` to be `true`) | `""` | +| `postgresql.extendedConfCM` | ConfigMap with PostgreSQL extended configuration (requires `volumePermissions.enabled` to be `true`) | `""` | | `postgresql.initdbScripts` | Dictionary of initdb scripts | `{}` | | `postgresql.initdbScriptsCM` | ConfigMap with scripts to be run at first boot | `""` | | `postgresql.initdbScriptsSecret` | Secret with scripts to be run at first boot | `""` | @@ -596,8 +596,8 @@ A default `StorageClass` is needed in the Kubernetes cluster to dynamically prov | `witness.configuration` | PostgreSQL configuration | `""` | | `witness.pgHbaConfiguration` | PostgreSQL client authentication configuration | `""` | | `witness.configurationCM` | Name of existing ConfigMap with configuration files | `""` | -| `witness.extendedConf` | Extended PostgreSQL configuration (appended to main or default configuration). Implies `volumePermissions.enabled`. | `""` | -| `witness.extendedConfCM` | ConfigMap with PostgreSQL extended configuration | `""` | +| `witness.extendedConf` | Extended PostgreSQL configuration (requires `volumePermissions.enabled` to be `true`) | `""` | +| `witness.extendedConfCM` | ConfigMap with PostgreSQL extended configuration (requires `volumePermissions.enabled` to be `true`) | `""` | | `witness.initdbScripts` | Dictionary of initdb scripts | `{}` | | `witness.initdbScriptsCM` | ConfigMap with scripts to be run at first boot | `""` | | `witness.initdbScriptsSecret` | Secret with scripts to be run at first boot | `""` | diff --git a/bitnami/postgresql-ha/values.yaml b/bitnami/postgresql-ha/values.yaml index b5eabf15d8a23d..a48e2852609686 100644 --- a/bitnami/postgresql-ha/values.yaml +++ b/bitnami/postgresql-ha/values.yaml @@ -626,7 +626,7 @@ postgresql: ## NOTE: This will override postgresql.repmgrConfiguration, postgresql.configuration and postgresql.pgHbaConfiguration ## configurationCM: "" - ## @param postgresql.extendedConf Extended PostgreSQL configuration (appended to main or default configuration). Implies `volumePermissions.enabled`. + ## @param postgresql.extendedConf Extended PostgreSQL configuration (requires `volumePermissions.enabled` to be `true`) ## Similar to postgresql.configuration, but _appended_ to the main configuration ## ref: https://github.com/bitnami/containers/tree/main/bitnami/postgresql-repmgr#allow-settings-to-be-loaded-from-files-other-than-the-default-postgresqlconf ## Example: @@ -636,8 +636,8 @@ postgresql: ## ... ## extendedConf: "" - ## @param postgresql.extendedConfCM ConfigMap with PostgreSQL extended configuration - ## NOTE: This will override postgresql.extendedConf and implies `volumePermissions.enabled` + ## @param postgresql.extendedConfCM ConfigMap with PostgreSQL extended configuration (requires `volumePermissions.enabled` to be `true`) + ## NOTE: This will override postgresql.extendedConf ## extendedConfCM: "" ## @param postgresql.initdbScripts Dictionary of initdb scripts @@ -1079,7 +1079,7 @@ witness: ## NOTE: This will override witness.repmgrConfiguration, witness.configuration and witness.pgHbaConfiguration ## configurationCM: "" - ## @param witness.extendedConf Extended PostgreSQL configuration (appended to main or default configuration). Implies `volumePermissions.enabled`. + ## @param witness.extendedConf Extended PostgreSQL configuration (requires `volumePermissions.enabled` to be `true`) ## Similar to witness.configuration, but _appended_ to the main configuration ## ref: https://github.com/bitnami/containers/tree/main/bitnami/postgresql-repmgr#allow-settings-to-be-loaded-from-files-other-than-the-default-postgresqlconf ## Example: @@ -1089,8 +1089,8 @@ witness: ## ... ## extendedConf: "" - ## @param witness.extendedConfCM ConfigMap with PostgreSQL extended configuration - ## NOTE: This will override witness.extendedConf and implies `volumePermissions.enabled` + ## @param witness.extendedConfCM ConfigMap with PostgreSQL extended configuration (requires `volumePermissions.enabled` to be `true`) + ## NOTE: This will override witness.extendedConf ## extendedConfCM: "" ## @param witness.initdbScripts Dictionary of initdb scripts