Skip to content

Commit f7a96f9

Browse files
author
Your Name
committed
Bump up Version
1 parent 7339b1e commit f7a96f9

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bundle: {
1010
namespace: "opencloud"
1111
values: {
1212
repository: {
13-
url: "oci://ghcr.io/suse-coder/helm-charts"
13+
url: "oci://ghcr.io/suse-coder/helm-charts"
1414
}
1515
chart: {
1616
name: "opencloud-full"
@@ -38,9 +38,11 @@ bundle: {
3838
minio: {
3939
enabled: bool @timoni(runtime:bool:MINIO_ENABLED)
4040
domain: string @timoni(runtime:string:MINIO_DOMAIN)
41-
persistenceSize: string @timoni(runtime:string:MINIO_PERSISTENCE_SIZE)
4241
config: {
4342
rootPassword: string @timoni(runtime:string:MINIO_ROOT_PASSWORD)
43+
persistence: {
44+
size: string @timoni(runtime:string:MINIO_PERSISTENCE_SIZE)
45+
}
4446
}
4547
}
4648
onlyoffice: {
@@ -113,7 +115,7 @@ bundle: {
113115
}
114116
}
115117
}
116-
118+
117119
appsIntegration: {
118120
enabled: bool @timoni(runtime:bool:APPS_INTEGRATION_ENABLED)
119121
wopiIntegration: {
@@ -132,7 +134,7 @@ bundle: {
132134
ingressClassName: string @timoni(runtime:string:COLLABORA_INGRESS_CLASS_NAME)
133135
annotations: {
134136
"nginx.ingress.kubernetes.io/proxy-body-size": string @timoni(runtime:string:COLLABORA_INGRESS_PROXY_BODY_SIZE)
135-
}
137+
}
136138
}
137139
},
138140
{

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ runtime: {
8585
"COLLABORA_INGRESS_CLASS_NAME": "obj.data.COLLABORA_INGRESS_CLASS_NAME"
8686
"COLLABORA_INGRESS_PROXY_BODY_SIZE": "obj.data.COLLABORA_INGRESS_PROXY_BODY_SIZE"
8787
"ONLYOFFICE_ENABLED": "obj.data.ONLYOFFICE_ENABLED"
88+
"ONLYOFFICE_DOMAIN": "obj.data.ONLYOFFICE_DOMAIN"
8889
"ONLYOFFICE_INSECURE": "obj.data.ONLYOFFICE_INSECURE"
8990
"ONLYOFFICE_DISABLE_PROOF": "obj.data.ONLYOFFICE_DISABLE_PROOF"
9091
"ONLYOFFICE_INGRESS_ENABLED": "obj.data.ONLYOFFICE_INGRESS_ENABLED"
@@ -144,7 +145,7 @@ runtime: {
144145
KEYCLOAK_ENABLED: true
145146
MINIO_ENABLED: true
146147
MINIO_PERSISTENCE_SIZE: "40Gi"
147-
ONLYOFFICE_DOMAIN: strings.TrimPrefix(strings.TrimPrefix(parameter.ONLYOFFICE_URI, "https://"), "http://")
148+
ONLYOFFICE_DOMAIN: ""
148149
INGRESS_ENABLED: false
149150
INGRESS_CLASS_NAME: "nginx"
150151
INGRESS_PROXY_BODY_SIZE: "1024m"

0 commit comments

Comments
 (0)