diff --git a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml index 40bcb47..5132e60 100644 --- a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml +++ b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml @@ -5631,6 +5631,34 @@ spec: a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' type: object + registrySettings: + default: + apiServerImage: kube-apiserver + controllerManagerImage: kube-controller-manager + registry: registry.k8s.io + schedulerImage: kube-scheduler + description: RegistrySettings allows to override the default + images for the given Tenant Control Plane instance. It could + be used to point to a different container registry rather + than the public one. + properties: + apiServerImage: + default: kube-apiserver + type: string + controllerManagerImage: + default: kube-controller-manager + type: string + registry: + default: registry.k8s.io + type: string + schedulerImage: + default: kube-scheduler + type: string + tagSuffix: + description: The tag to append to all the Control Plane + container images. Optional. + type: string + type: object replicas: default: 2 format: int32 diff --git a/config/install.yaml b/config/install.yaml index afdcb38..efc9811 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -3577,6 +3577,30 @@ spec: type: string description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/' type: object + registrySettings: + default: + apiServerImage: kube-apiserver + controllerManagerImage: kube-controller-manager + registry: registry.k8s.io + schedulerImage: kube-scheduler + description: RegistrySettings allows to override the default images for the given Tenant Control Plane instance. It could be used to point to a different container registry rather than the public one. + properties: + apiServerImage: + default: kube-apiserver + type: string + controllerManagerImage: + default: kube-controller-manager + type: string + registry: + default: registry.k8s.io + type: string + schedulerImage: + default: kube-scheduler + type: string + tagSuffix: + description: The tag to append to all the Control Plane container images. Optional. + type: string + type: object replicas: default: 2 format: int32