diff --git a/charts/kamaji/Chart.yaml b/charts/kamaji/Chart.yaml index 4b9c167..a918c3a 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.7.0 +version: 0.8.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 23475d7..b6c791e 100644 --- a/charts/kamaji/crds/tenantcontrolplane.yaml +++ b/charts/kamaji/crds/tenantcontrolplane.yaml @@ -1227,6 +1227,10 @@ spec: by this deployment (their labels match the selector). format: int32 type: integer + selector: + description: Selector is the label selector used to group + the Tenant Control Plane Pods used by the scale subresource. + type: string unavailableReplicas: description: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are @@ -1243,6 +1247,7 @@ spec: required: - name - namespace + - selector type: object ingress: description: KubernetesIngressStatus defines the status for the @@ -1547,4 +1552,8 @@ spec: served: true storage: true subresources: + scale: + labelSelectorPath: .status.kubernetesResources.deployment.selector + specReplicasPath: .spec.deployment.replicas + statusReplicasPath: .status.kubernetesResources.deployment.replicas status: {}