Skip to content

Commit

Permalink
[keycloak] Use hard-coded PostgreSQL password for CI (#11)
Browse files Browse the repository at this point in the history
This is in preparation for possible future upgrade tests.
Auto-generating passwords would break upgrades.

Signed-off-by: Reinhard Nägele <[email protected]>
  • Loading branch information
unguiculus authored May 3, 2019
1 parent d229c6c commit d254f18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: keycloak
version: 4.11.0
version: 4.11.1
appVersion: 5.0.0
description: Open Source Identity and Access Management For Modern Applications and Services
keywords:
Expand Down
3 changes: 3 additions & 0 deletions charts/keycloak/ci/postgres-ha-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ keycloak:
persistence:
deployPostgres: true
dbVendor: postgres

postgresql:
postgresPassword: keycloak

0 comments on commit d254f18

Please sign in to comment.