diff --git a/charts/kamaji/Chart.yaml b/charts/kamaji/Chart.yaml index 2d44d3a..72f0307 100644 --- a/charts/kamaji/Chart.yaml +++ b/charts/kamaji/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.0 +version: 0.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/kamaji/crds/tenantcontrolplane.yaml b/charts/kamaji/crds/tenantcontrolplane.yaml index e597794..2940e8f 100644 --- a/charts/kamaji/crds/tenantcontrolplane.yaml +++ b/charts/kamaji/crds/tenantcontrolplane.yaml @@ -328,6 +328,14 @@ spec: required: - service type: object + dataStore: + description: DataStore allows to specify a DataStore that should be + used to store the Kubernetes data for the given Tenant Control Plane. + This parameter is optional and acts as an override over the default + one which is used by the Kamaji Operator. Migration from a different + DataStore to another one is not yet supported and the reconciliation + will be blocked. + type: string kubernetes: description: Kubernetes specification for tenant control plane properties: @@ -1308,6 +1316,8 @@ spec: secretName: type: string type: object + dataStoreName: + type: string driver: type: string setup: