Skip to content

Commit

Permalink
fix: remove postgresql user default (#928)
Browse files Browse the repository at this point in the history
* fix: do not create postgres user by default

Signed-off-by: Guilhem Barthés <[email protected]>

* chore: remove default password for postgres user

Signed-off-by: Guilhem Barthés <[email protected]>

* chore: charts changelog

Signed-off-by: SdgJlbl <[email protected]>

---------

Signed-off-by: Guilhem Barthés <[email protected]>
Signed-off-by: SdgJlbl <[email protected]>
Co-authored-by: SdgJlbl <[email protected]>
  • Loading branch information
guilhem-barthes and SdgJlbl authored Jun 10, 2024
1 parent 5ff25eb commit f104ab0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions charts/substra-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

<!-- towncrier release notes start -->

## [26.7.1] - 2024-06-10

### Fixed

- Remove Postgres default user (#928)

## [26.7.0] - 2024-06-07

### Changed
Expand Down
2 changes: 1 addition & 1 deletion charts/substra-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: substra-backend
home: https://github.com/Substra
version: 26.7.0
version: 26.7.1
appVersion: 0.46.0
kubeVersion: ">= 1.19.0-0"
description: Main package for Substra
Expand Down
3 changes: 1 addition & 2 deletions charts/substra-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -941,8 +941,7 @@ postgresql:
enabled: true
## @skip postgresql.auth
auth:
enablePostgresUser: true
postgresPassword: *psql-password
enablePostgresUser: false
username: *psql-username
password: *psql-password
database: *psql-database
Expand Down

0 comments on commit f104ab0

Please sign in to comment.