File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ maintainers:
991010 url : https://opencloud.eu
1111type : application
12- version : 2.0.4
12+ version : 2.0.5
1313# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1414appVersion : 2.3.0
1515kubeVersion : " "
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff line change 1+ {{- /*
12{{- include "oc.basicServiceTemplates" (dict "scope" . "appName" "appNameAuthApp" "appNameSuffix" "") -}}
23apiVersion : apps/v1
34kind : Deployment
8586 - name : tmp-volume
8687 emptyDir : {}
8788 {{- include "oc.caVolume" $ | nindent 8}}
89+ */ -}}
You can’t perform that action at this time.
0 commit comments