Skip to content

Commit a51b169

Browse files
author
Your Name
committed
Bump up version
1 parent 2f64fa2 commit a51b169

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

README.md

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

93105
This project is licensed under the **AGPLv3** licence. See the [LICENSE](LICENSE) file for more details.

charts/opencloud-full/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ maintainers:
99
1010
url: https://opencloud.eu
1111
type: 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
1515
kubeVersion: ""
1616
sources:
1717
- https://github.com/opencloud-eu/opencloud

charts/opencloud-full/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ image:
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

0 commit comments

Comments
 (0)