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:
8888
8989[ View Development Chart Documentation] ( ./charts/opencloud-dev/README.md )
9090
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+
91103## 📜 License
92104
93105This 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:
991010 url : https://opencloud.eu
1111type : application
12- version : 2 .0.10
12+ version : 3 .0.0
1313# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
14- appVersion : 2.3 .0
14+ appVersion : 3.0 .0
1515kubeVersion : " "
1616sources :
1717 - https://github.com/opencloud-eu/opencloud
Original file line number Diff line number Diff line change 3838 # required: false
3939 # @schema
4040 # -- Image tag. Defaults to the chart's appVersion.
41- tag : 2.3 .0
41+ tag : 3.0 .0
4242 # @schema
4343 # type: [string, null]
4444 # required: false
You can’t perform that action at this time.
0 commit comments