Skip to content

Commit 7cb742d

Browse files
author
Your Name
committed
Merge branch 'full-chart'
2 parents b03b6f4 + f7a96f9 commit 7cb742d

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

charts/opencloud-full/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ maintainers:
99
1010
url: https://opencloud.eu
1111
type: application
12-
version: 2.0.4
12+
version: 2.0.5
1313
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1414
appVersion: 2.3.0
1515
kubeVersion: ""

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"

charts/opencloud-full/templates/auth-app/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{- /*
12
{{- include "oc.basicServiceTemplates" (dict "scope" . "appName" "appNameAuthApp" "appNameSuffix" "") -}}
23
apiVersion: apps/v1
34
kind: Deployment
@@ -85,3 +86,4 @@ spec:
8586
- name: tmp-volume
8687
emptyDir: {}
8788
{{- include "oc.caVolume" $ | nindent 8}}
89+
*/ -}}

0 commit comments

Comments
 (0)