Skip to content

Commit a2a8b39

Browse files
author
Your Name
committed
Bump up version
1 parent f689649 commit a2a8b39

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

charts/opencloud-microservices/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ maintainers:
1212
1313
url: https://opencloud.eu
1414
type: 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
1818
kubeVersion: ""
1919
sources:
2020
- https://github.com/opencloud-eu/helm

charts/opencloud-microservices/deployments/helm/helmfile.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

charts/opencloud-microservices/templates/graph/deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ spec:
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

charts/opencloud-microservices/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)