File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ releases:
59
59
userIDClaimAttributeMapping : username
60
60
ldap :
61
61
writeable : true
62
- uri : ldap ://openldap.openldap.svc.cluster.local:389
62
+ uri : ldaps ://openldap.openldap.svc.cluster.local:636
63
63
insecure : true
64
64
bindDN : cn=admin,dc=opencloud,dc=eu
65
65
user :
Original file line number Diff line number Diff line change 22
22
23
23
OIDC_IDP_INSECURE : " true"
24
24
OC_HTTP_API_INSECURE : " true"
25
-
25
+
26
26
NATS_PERSISTENCE_ENABLED : " true"
27
27
SEARCH_PERSISTENCE_ENABLED : " true"
28
28
STORAGE_SYSTEM_PERSISTENCE_ENABLED : " true"
46
46
# ##############################################################################
47
47
# LDAP Configuration
48
48
# ##############################################################################
49
- LDAP_URI : " ldap ://openldap.openldap.svc.cluster.local:389"
49
+ LDAP_URI : " ldaps ://openldap.openldap.svc.cluster.local:389"
50
50
LDAP_GLOBAL_DOMAIN : " opencloud.eu"
51
51
LDAP_WRITEABLE : " true"
52
52
LDAP_INSECURE : " true"
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ image:
32
32
# required: true
33
33
# @schema
34
34
# -- Image repository
35
- repository : opencloudeu/opencloud
35
+ repository : opencloudeu/opencloud-rolling
36
36
# @schema
37
37
# type: [string, null]
38
38
# required: false
39
39
# @schema
40
40
# -- Image tag. Defaults to the chart's appVersion.
41
- tag : 2.0.2
41
+ tag : 2.3.0
42
42
# @schema
43
43
# type: [string, null]
44
44
# required: false
You can’t perform that action at this time.
0 commit comments