You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/data-space-connector/values.yaml
+45-4Lines changed: 45 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ issuance:
24
24
25
25
# -- configuration for the mysql to be deployed as part of the connector, see https://github.com/bitnami/charts/tree/main/bitnami/mysql for all options
26
26
mysql:
27
+
kubeVersion: 1.34-1
27
28
# -- should it be enabled? set to false if one outside the chart is used.
28
29
enabled: true
29
30
global:
@@ -116,6 +117,7 @@ credentials-config-service:
116
117
enabled: false
117
118
# -- configuration for the postgresql to be deployed as part of the connector, see https://github.com/bitnami/charts/tree/main/bitnami/postgresql for all options
118
119
postgresql:
120
+
kubeVersion: 1.34-1
119
121
# -- should it be enabled? set to false if one outside the chart is used.
120
122
enabled: true
121
123
global:
@@ -205,6 +207,7 @@ tpp:
205
207
206
208
# -- configuration for apisix to be deployed as part of the connector, see https://github.com/bitnami/charts/tree/main/bitnami/apisix for all options
# -- configuration for the postgresql to be deployed as part of the connector, see https://github.com/bitnami/charts/tree/main/bitnami/postgresql for all options
358
362
postgis:
363
+
kubeVersion: 1.34-1
359
364
# -- should it be enabled? set to false if one outside the chart is used.
360
365
enabled: true
361
366
global:
@@ -469,6 +474,7 @@ elsi:
469
474
470
475
## configuration of the keycloak - see https://github.com/bitnami/charts/tree/main/bitnami/keycloak for details
471
476
keycloak:
477
+
kubeVersion: 1.34-1
472
478
# -- should it be enabled? set to false if one outside the chart is used.
473
479
enabled: true
474
480
global:
@@ -479,12 +485,13 @@ keycloak:
479
485
image:
480
486
# -- repository where the image is held, see https://github.com/bitnami/charts/issues/35164 for further info
481
487
repository: bitnamilegacy/keycloak
482
-
tag: 26.3.2-debian-12-r0
483
488
# -- disable the security context, required by the current quarkus container, will be solved in the future chart versions of keycloak
484
489
containerSecurityContext:
485
490
enabled: false
486
491
proxyHeaders: xforwarded
487
492
proxy: edge
493
+
tls:
494
+
enabled: false
488
495
service:
489
496
ports:
490
497
http: 8080
@@ -523,8 +530,6 @@ keycloak:
523
530
524
531
# -- extra env vars to be set. we require them at the moment, since some of the chart config mechanisms only work with the bitnami-image
0 commit comments