Skip to content

Commit d56cf8d

Browse files
author
Your Name
committed
Bump up Version
1 parent 55ae00a commit d56cf8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/opencloud-full/deployments/timoni/opencloud.cue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bundle: {
1717
version: "2.0.6"
1818
}
1919
sync: {
20-
timeout: 5
20+
timeout: 10
2121
createNamespace: true
2222
}
2323
helmValues: {
@@ -350,7 +350,7 @@ bundle: {
350350
replication: {
351351
enabled: bool @timoni(runtime:bool:OPENLDAP_REPLICATION_ENABLED)
352352
}
353-
replicas: string @timoni(runtime:string:OPENLDAP_REPLICA_COUNT)
353+
replicaCount: string @timoni(runtime:string:OPENLDAP_REPLICA_COUNT)
354354
global: {
355355
ldapDomain: string @timoni(runtime:string:LDAP_GLOBAL_DOMAIN)
356356
adminPassword: string @timoni(runtime:string:LDAP_ADMIN_PASSWORD)

0 commit comments

Comments
 (0)