You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -67,6 +70,16 @@ The current maintainers and reviewers are listed in [MAINTAINERS.md](./MAINTAINE
67
70
- PV provisioner support in the underlying infrastructure (if persistence is enabled)
68
71
- External ingress controller (e.g., Cilium Gateway API) for routing traffic to the services
69
72
73
+
## ⚠️ Version Stability Notice
74
+
75
+
**Important**: These Helm charts are currently at version `0.x.x`, which according to [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html#spec-item-4) means:
76
+
- The charts are still under heavy development
77
+
- Breaking changes may occur at any time
78
+
- The public API should not be considered stable
79
+
- Use with caution in production environments
80
+
81
+
We recommend pinning to specific chart versions and thoroughly testing updates before applying them.
82
+
70
83
## 📦 Available Charts
71
84
72
85
This repository contains the following charts:
@@ -81,15 +94,6 @@ The complete OpenCloud deployment with all components for production use:
81
94
- Document editing with Collabora and/or OnlyOffice
82
95
- Full Gateway API integration
83
96
84
-
```bash
85
-
helm install opencloud ./charts/opencloud \
86
-
--namespace opencloud \
87
-
--create-namespace \
88
-
--set httpRoute.enabled=true \
89
-
--set httpRoute.gateway.name=opencloud-gateway \
90
-
--set httpRoute.gateway.namespace=kube-system
91
-
```
92
-
93
97
[View Production Chart Documentation](./charts/opencloud/README.md)
94
98
95
99
### Development Chart (`charts/opencloud-dev`)
@@ -100,13 +104,59 @@ A lightweight single-container deployment for development and testing:
100
104
- Minimal resource requirements
101
105
- Quick setup for testing
102
106
107
+
[View Development Chart Documentation](./charts/opencloud-dev/README.md)
108
+
109
+
## 🚀 Installation
110
+
111
+
You can install the Helm charts either directly from this Git repository or from the OCI registry.
@@ -888,4 +938,4 @@ This project is licensed under the **AGPLv3** licence. See the [LICENSE](LICENSE
888
938
889
939
## Community Maintained
890
940
891
-
This repository is **community-maintained** and **not officially supported by OpenCloud GmbH**. Use at your own risk, and feel free to contribute to improve the project!
941
+
This repository is **community-maintained** and **not officially supported by OpenCloud GmbH**. Use at your own risk, and feel free to contribute to improve the project!
0 commit comments