Skip to content

Commit

Permalink
Merge pull request #120 from bci-oss/feature/change-default-username
Browse files Browse the repository at this point in the history
Change name of username to default-user
  • Loading branch information
tunacicek authored Feb 23, 2024
2 parents eea34d2 + ae8dd68 commit f1d474e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/bpndiscovery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sources:
- https://github.com/eclipse-tractusx/sldt-bpn-discovery

type: application
version: 0.2.3
version: 0.2.4
appVersion: 0.2.8

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/bpndiscovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ helm install bpndiscovery -n discovery charts/bpndiscovery
| enablePostgres | bool | `true` | If enabled, the postgreSQL instance will be run. Disable if you use your own hosted postgreSQL. |
| postgresql.auth.database | string | `"bpndiscovery"` | Database name |
| postgresql.auth.password | string | `"password"` | Password for authentication at the database |
| postgresql.auth.username | string | `"catenax"` | Username that is used to authenticate at the database |
| postgresql.auth.username | string | `"default-user"` | Username that is used to authenticate at the database |
| postgresql.auth.existingSecret | string | `"secret-bpndiscovery-postgres-init"` | |
| postgresql.primary.persistence.enabled | bool | `true` | Persistence enabled |
| postgresql.primary.persistence.size | string | `"50Gi"` | Size of persistence |
Expand Down
2 changes: 1 addition & 1 deletion charts/bpndiscovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ postgresql:
ports:
postgresql: 5432
auth:
username: catenax
username: default-user
# if password is empty, the postgres password will be generated random via postgres-init
password:
database: bpndiscovery
Expand Down

0 comments on commit f1d474e

Please sign in to comment.