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:
5959 userIDClaimAttributeMapping : username
6060 ldap :
6161 writeable : true
62- uri : ldap ://openldap.openldap.svc.cluster.local:389
62+ uri : ldaps ://openldap.openldap.svc.cluster.local:636
6363 insecure : true
6464 bindDN : cn=admin,dc=opencloud,dc=eu
6565 user :
Original file line number Diff line number Diff line change 2222
2323 OIDC_IDP_INSECURE : " true"
2424 OC_HTTP_API_INSECURE : " true"
25-
25+
2626 NATS_PERSISTENCE_ENABLED : " true"
2727 SEARCH_PERSISTENCE_ENABLED : " true"
2828 STORAGE_SYSTEM_PERSISTENCE_ENABLED : " true"
4646 # ##############################################################################
4747 # LDAP Configuration
4848 # ##############################################################################
49- LDAP_URI : " ldap ://openldap.openldap.svc.cluster.local:389"
49+ LDAP_URI : " ldaps ://openldap.openldap.svc.cluster.local:389"
5050 LDAP_GLOBAL_DOMAIN : " opencloud.eu"
5151 LDAP_WRITEABLE : " true"
5252 LDAP_INSECURE : " true"
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ image:
3232 # required: true
3333 # @schema
3434 # -- Image repository
35- repository : opencloudeu/opencloud
35+ repository : opencloudeu/opencloud-rolling
3636 # @schema
3737 # type: [string, null]
3838 # required: false
3939 # @schema
4040 # -- Image tag. Defaults to the chart's appVersion.
41- tag : 2.0.2
41+ tag : 2.3.0
4242 # @schema
4343 # type: [string, null]
4444 # required: false
You can’t perform that action at this time.
0 commit comments