Skip to content

Commit f689649

Browse files
author
Your Name
committed
Bump up Version
1 parent a755b12 commit f689649

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ releases:
8989
group:
9090
schema:
9191
id: openCloudUUID
92+
quotas:
93+
roles:
94+
# User Role set to 2GB
95+
'd7beeea8-8ff4-406b-8fb6-ab2dd81e6b11': 2000000000
96+
# Space Administrator Role set to 100GB
97+
'2aadd357-682c-406b-8874-293091995fdd': 100000000000
9298
appsIntegration:
9399
enabled: true
94100
wopiIntegration:

charts/opencloud-microservices/deployments/timoni/opencloud/configmap.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ data:
7070
# Quotas
7171
###############################################################################
7272
QUOTAS_DEFAULT: "300000000000"
73-
QUOTAS_GUEST: "20000000000"
7473
QUOTAS_USER: "300000000000"
7574
QUOTAS_SPACE_ADMIN: "10000000000000"
7675

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ bundle: {
116116
quotas: {
117117
default: string @timoni(runtime:string:QUOTAS_DEFAULT)
118118
roles: {
119-
// Guest Role set to 20GB
120-
"38071a68-456a-4553-846a-fa67bf5596cc": int @timoni(runtime:number:QUOTAS_GUEST)
121119
// User Role set to 300GB
122120
"d7beeea8-8ff4-406b-8fb6-ab2dd81e6b11": int @timoni(runtime:number:QUOTAS_USER)
123121
// Space Administrator Role set to 100TB

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ runtime: {
117117
"ANTIVIRUS_ICAP_URL": "obj.data.ANTIVIRUS_ICAP_URL"
118118
"ANTIVIRUS_ICAP_SERVICE": "obj.data.ANTIVIRUS_ICAP_SERVICE"
119119
"QUOTAS_DEFAULT": "obj.data.QUOTAS_DEFAULT"
120-
"QUOTAS_GUEST": "obj.data.QUOTAS_GUEST"
121120
"QUOTAS_USER": "obj.data.QUOTAS_USER"
122121
"QUOTAS_SPACE_ADMIN": "obj.data.QUOTAS_SPACE_ADMIN"
123122
}
@@ -211,7 +210,6 @@ runtime: {
211210
ANTIVIRUS_ICAP_URL: "http://opendesk-clamav-icap.clamav:1344"
212211
ANTIVIRUS_ICAP_SERVICE: "avscan"
213212
QUOTAS_DEFAULT: "300000000000"
214-
QUOTAS_GUEST: "20000000000"
215213
QUOTAS_USER: "300000000000"
216214
QUOTAS_SPACE_ADMIN: "10000000000000"
217215
}

0 commit comments

Comments
 (0)