File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,18 @@ A lightweight single-container deployment for development and testing:
88
88
89
89
[ View Development Chart Documentation] ( ./charts/opencloud-dev/README.md )
90
90
91
+ ### Full OpenCloud Chart (` charts/opencloud-full ` )
92
+
93
+ A comprehensive OpenCloud deployment with all components:
94
+ - Full microservices architecture with LDAP integration
95
+ - NATS for distributed messaging
96
+ - Keycloak identity and access management
97
+ - MinIO for S3-compatible object storage
98
+ - API Gateway for routing and security
99
+ - OnlyOffice for document editing
100
+
101
+ [ View Full OpenCloud Chart Documentation] ( ./charts/opencloud-full/README.md )
102
+
91
103
## 📜 License
92
104
93
105
This project is licensed under the ** AGPLv3** licence. See the [ LICENSE] ( LICENSE ) file for more details.
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ maintainers:
9
9
10
10
url : https://opencloud.eu
11
11
type : application
12
- version : 2 .0.10
12
+ version : 3 .0.0
13
13
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
14
- appVersion : 2.3 .0
14
+ appVersion : 3.0 .0
15
15
kubeVersion : " "
16
16
sources :
17
17
- https://github.com/opencloud-eu/opencloud
Original file line number Diff line number Diff line change 38
38
# required: false
39
39
# @schema
40
40
# -- Image tag. Defaults to the chart's appVersion.
41
- tag : 2.3 .0
41
+ tag : 3.0 .0
42
42
# @schema
43
43
# type: [string, null]
44
44
# required: false
You can’t perform that action at this time.
0 commit comments