Skip to content

Commit 02a0d47

Browse files
authored
Merge 58a4293 into 97646ec
2 parents 97646ec + 58a4293 commit 02a0d47

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/vc-authentication/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: vc-authentication
33
description: Umbrella Chart for the FIWARE vc-authentication, combining all essential parts to be used by a participant.
44
type: application
5-
version: 1.1.0
5+
version: 1.1.1
66
dependencies:
77
- name: vcverifier
88
condition: vcverifier.enabled

charts/vc-authentication/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ trusted-issuers-list:
5252
# -- name of the db dialect
5353
dialect: POSTGRES
5454
# -- name of the db user
55-
username: postgres
55+
username: til
5656
# -- configuration for the existing secret to get the passwords from
5757
existingSecret:
5858
enabled: true
59-
name: postgres.postgres.credentials.postgresql.acid.zalan.do
59+
name: til.postgres.credentials.postgresql.acid.zalan.do
6060
key: password
6161
# -- host of the database
6262
host: postgres
@@ -100,11 +100,11 @@ credentials-config-service:
100100
# -- name of the db dialect
101101
dialect: POSTGRES
102102
# -- name of the db user
103-
username: postgres
103+
username: ccs
104104
# -- configuration for the existing secret to get the passwords from
105105
existingSecret:
106106
enabled: true
107-
name: postgres.postgres.credentials.postgresql.acid.zalan.do
107+
name: ccs.postgres.credentials.postgresql.acid.zalan.do
108108
key: password
109109
# -- host of the database
110110
host: postgres

0 commit comments

Comments
 (0)