Skip to content

Commit e095a29

Browse files
author
Your Name
committed
Bump up Version
1 parent d5ab8f0 commit e095a29

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

charts/opencloud-full/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ helmfile sync
135135
```
136136
You can also install it with timoni instead of helm:
137137
```bash
138-
kubectl apply -f ./charts/opencloud-full/deployment/timoni/ && \
139-
timoni bundle apply -f ./charts/opencloud-full/deployment/timoni/opencloud.cue --runtime ./charts/opencloud-full/deployment/timoni/runtime.cue
138+
kubectl apply -f ./charts/opencloud-full/deployments/timoni/ && \
139+
timoni bundle apply -f ./charts/opencloud-full/deployments/timoni/opencloud.cue --runtime ./charts/opencloud-full/deployments/timoni/runtime.cue
140140
```
141141

142142
```bash
@@ -169,8 +169,8 @@ helmfile sync
169169
```
170170
You can also install it with timoni instead of helm:
171171
```bash
172-
kubectl apply -f ./charts/opencloud-full/deployment/timoni/ && \
173-
timoni bundle apply -f ./charts/opencloud-full/deployment/timoni/opencloud.cue --runtime ./charts/opencloud-full/deployment/timoni/runtime.cue
172+
kubectl apply -f ./charts/opencloud-full/deployments/timoni/ && \
173+
timoni bundle apply -f ./charts/opencloud-full/deployments/timoni/opencloud.cue --runtime ./charts/opencloud-full/deployments/timoni/runtime.cue
174174
```
175175

176176
```bash
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Install
22

3-
kubectl apply -f ./charts/opencloud-full/deployment/timoni/ && \
4-
timoni bundle apply -f ./charts/opencloud-full/deployment/timoni/opencloud.cue --runtime ./charts/opencloud-full/deployment/timoni/runtime.cue
3+
kubectl apply -f ./charts/opencloud-full/deployments/timoni/ && \
4+
timoni bundle apply -f ./charts/opencloud-full/deployments/timoni/opencloud.cue --runtime ./charts/opencloud-full/deployments/timoni/runtime.cue
55

66

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,33 @@ bundle: {
2828
keycloak: {
2929
enabled: true
3030
domain: string @timoni(runtime:string:KEYCLOAK_DOMAIN)
31+
postgresql: {
32+
password: "keycloak"
33+
}
34+
config: {
35+
adminPassword: "admin"
36+
}
3137
}
3238
minio: {
3339
enabled: true
3440
domain: string @timoni(runtime:string:MINIO_DOMAIN)
41+
config: {
42+
rootPassword: "opencloud-secret-key"
43+
}
44+
}
45+
onlyoffice: {
46+
config: {
47+
coAuthoring: {
48+
secret: {
49+
inbox: "Dd0SXIe1k9oCfdffgrfNmA0TK1bb1B1d38OFSb"
50+
outbox: "Dd0SXIe1k9oCfdffgrfNmA0TK1bb1B1d38OFSb"
51+
session: "Dd0SXIe1k9oCfdffgrfNmA0TK1bb1B1d38OFSb"
52+
}
53+
}
54+
rabbitmq: {
55+
url: "amqp://guest:Dd0SXIe1k9osdfjkmA0TK1bb1B1d38OFSb@localhost"
56+
}
57+
}
3558
}
3659
ingress: {
3760
enabled: false
@@ -85,6 +108,7 @@ bundle: {
85108
}
86109
}
87110
}
111+
88112
appsIntegration: {
89113
enabled: true
90114
wopiIntegration: {

0 commit comments

Comments
 (0)