Helm Charts
Cloud Control deployments are managed using Helm Charts. The charts which can be used to deployment components of Cloud Control are as follows:
Component | Name | Location | Description |
---|---|---|---|
Userplane | powerdns |
oci://registry.open-xchange.com/cloudcontrol/powerdns |
Manages a Userplane deployment |
Userplane | powerdns-crds |
oci://registry.open-xchange.com/cloudcontrol/powerdns-crds |
Provides CRDs used by a Userplane deployment |
Userplane | powerdns-operators |
oci://registry.open-xchange.com/cloudcontrol/powerdns-operators |
Provides optional Operators for a Userplane deployment |
Controlplane | controlplane |
oci://registry.open-xchange.com/cloudcontrol/controlplane |
Manages a Controlplane deployment |
Monitoring | monitoring |
oci://registry.open-xchange.com/cloudcontrol/monitoring |
Manages a Monitoring deployment |
Monitoring | monitoring-operators |
oci://registry.open-xchange.com/cloudcontrol/monitoring-operators |
Provides optional Operators for a Monitoring deployment |
All Helm Charts are versioned in the same manner: A Cloud Control X.Y.Z release will result in all Helm Charts being available with version: x.y.z
. This means you can (for example) install the powerdns
chart using:
helm install [RELEASE NAME] --namespace=[NAMESPACE NAME] oci://registry.open-xchange.com/cloudcontrol/powerdns --version=x.y.z --values=input.yaml
More information on the usage of each Helm Chart can be found in their respective sections of the documentation.