File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
charts/opencloud-microservices Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ maintainers:
12121313 url : https://opencloud.eu
1414type : application
15- version : 0.3.4
15+ version : 0.3.5
1616# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
17- appVersion : 3.4 .0
17+ appVersion : 3.6 .0
1818kubeVersion : " "
1919sources :
2020 - https://github.com/opencloud-eu/helm
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ releases:
2121 - logging :
2222 level : debug # Set logging level for OpenCloud components.
2323 - externalDomain : cloud.opencloud.test # Main domain for OpenCloud access.
24-
24+ - image :
25+ tag : " 3.6.0"
2526 # --- Core Components Configuration ---
2627 - keycloak :
2728 enabled : true # Enable Keycloak for authentication.
@@ -95,6 +96,12 @@ releases:
9596 ' d7beeea8-8ff4-406b-8fb6-ab2dd81e6b11 ' : 2000000000
9697 # Space Administrator Role set to 100GB
9798 ' 2aadd357-682c-406b-8874-293091995fdd ' : 100000000000
99+ virusscan :
100+ enabled : false
101+ infectedFileHandling : " abort"
102+ icap :
103+ url : " http://clamav-icap.clamav:1344"
104+ service : " avscan"
98105 appsIntegration :
99106 enabled : true
100107 wopiIntegration :
Original file line number Diff line number Diff line change 5555 - name : GRAPH_SPACES_WEBDAV_BASE
5656 value : " https://{{ .Values.externalDomain }}"
5757
58+ - name : GRAPH_STORE_NODES
59+ value : nats:9233
60+ - name : GRAPH_STORE_DATABASE
61+ value : graph
62+
5863 - name : GRAPH_IDENTITY_SEARCH_MIN_LENGTH
5964 value : {{ .Values.features.sharing.users.search.minLengthLimit | quote }}
6065
Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ http:
190190 - ' wss://${COMPANION_DOMAIN|companion.opencloud.test}/'
191191 - ' https://raw.githubusercontent.com/opencloud-eu/awesome-apps/'
192192 - ' https://${KEYCLOOC_DOMAIN|keycloak.opencloud.test}/'
193+ - ' https://update.opencloud.eu/'
193194 # @schema
194195 # type: array
195196 # items:
You can’t perform that action at this time.
0 commit comments