Skip to content

Commit 8373036

Browse files
author
Your Name
committed
Bump up Version
1 parent 4725600 commit 8373036

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/opencloud-full/deployments/helm/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

charts/opencloud-full/deployments/timoni/configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ data:
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"
@@ -46,7 +46,7 @@ data:
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"

charts/opencloud-full/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)