Skip to content

Commit e22e244

Browse files
author
Your Name
committed
Bump up Version
1 parent d466635 commit e22e244

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ releases:
9393
quotas:
9494
roles:
9595
# User Role set to 2GB
96-
'd7beeea8-8ff4-406b-8fb6-ab2dd81e6b11': 2000000000
96+
'd7beeea8-8ff4-406b-8fb6-ab2dd81e6b11': 0
9797
# Space Administrator Role set to 100GB
98-
'2aadd357-682c-406b-8874-293091995fdd': 100000000000
98+
'2aadd357-682c-406b-8874-293091995fdd': 0
9999
virusscan:
100100
enabled: false
101101
infectedFileHandling: "abort"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ data:
6969
###############################################################################
7070
# Quotas
7171
###############################################################################
72-
QUOTAS_DEFAULT: "300000000000"
73-
QUOTAS_USER: "300000000000"
74-
QUOTAS_SPACE_ADMIN: "10000000000000"
72+
QUOTAS_DEFAULT: "0"
73+
QUOTAS_USER: "0"
74+
QUOTAS_SPACE_ADMIN: "0"
7575

7676
###############################################################################
7777
# Internal Keycloak (for testing only)

0 commit comments

Comments
 (0)