mirror of https://github.com/bitnami/charts
[bitnami/nessie]fix(runtime-parameters.yaml): Set long postgresql password (#31165)
* [bitnami/nessie]fix(runtime-parameters.yaml): Set long postgresql password Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>pull/31166/head nessie/1.1.3
parent
c9e8970f15
commit
89f4512f29
|
@ -1,3 +1,6 @@
|
|||
postgresql:
|
||||
auth:
|
||||
password: ComplicatedPassword123!4
|
||||
podSecurityContext:
|
||||
fsGroup: 1002
|
||||
containerSecurityContext:
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## 1.1.2 (2024-12-18)
|
||||
## 1.1.3 (2024-12-26)
|
||||
|
||||
* [bitnami/nessie] Release 1.1.2 ([#31096](https://github.com/bitnami/charts/pull/31096))
|
||||
* [bitnami/nessie]fix(runtime-parameters.yaml): Set long postgresql password ([#31165](https://github.com/bitnami/charts/pull/31165))
|
||||
|
||||
## <small>1.1.2 (2024-12-18)</small>
|
||||
|
||||
* [bitnami/nessie] Release 1.1.2 (#31096) ([31f73fe](https://github.com/bitnami/charts/commit/31f73fe9c561b996028a11550eeaf9292969d4ff)), closes [#31096](https://github.com/bitnami/charts/issues/31096)
|
||||
|
||||
## <small>1.1.1 (2024-12-12)</small>
|
||||
|
||||
|
|
|
@ -38,4 +38,4 @@ sources:
|
|||
- https://github.com/bitnami/charts/tree/main/bitnami/nessie
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/nessie
|
||||
- https://github.com/nessie/nessie
|
||||
version: 1.1.2
|
||||
version: 1.1.3
|
||||
|
|
Loading…
Reference in New Issue