File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
charts/data-space-connector Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : data-space-connector
3
3
description : Umbrella Chart for the FIWARE Data Space Connector, combining all essential parts to be used by a participant.
4
4
type : application
5
- version : 7.15.1
5
+ version : 7.17.0
6
6
dependencies :
7
7
- name : postgresql
8
8
condition : postgresql.enabled
Original file line number Diff line number Diff line change @@ -10,7 +10,4 @@ metadata:
10
10
data :
11
11
postgres-user-password : {{ randAlphaNum 30 | b64enc | quote }}
12
12
postgres-admin-password : {{ randAlphaNum 30 | b64enc | quote }}
13
- {{- if (eq .Values.postgresql.auth.enablePostgresUser true) }}
14
- postgres-user : cG9zdGdyZXMK
15
- {{- end }}
16
13
{{- end }}
Original file line number Diff line number Diff line change @@ -386,9 +386,9 @@ keycloak:
386
386
externalDatabase :
387
387
host : postgresql
388
388
database : keycloak
389
+ user : postgres
389
390
existingSecret : database-secret
390
391
existingSecretPasswordKey : postgres-admin-password
391
- existingSecretUserKey : postgres-user
392
392
393
393
# -- extra volumes to be mounted
394
394
extraVolumeMounts :
You can’t perform that action at this time.
0 commit comments