chore: clean up unused constant

There is another `KubeProxyImage` which we're actually using.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov 2023-05-05 20:18:10 +04:00
parent 62c6e9655c
commit 64eade9bde
No known key found for this signature in database
GPG Key ID: 7B26396447AB6DFD

View File

@ -321,9 +321,6 @@ const (
// KubernetesControllerManagerImage is the enforced controllermanager image to use for the control plane.
KubernetesControllerManagerImage = "registry.k8s.io/kube-controller-manager"
// KubernetesProxyImage is the enforced proxy image to use for the control plane.
KubernetesProxyImage = "registry.k8s.io/kube-proxy"
// KubernetesSchedulerImage is the enforced scheduler image to use for the control plane.
KubernetesSchedulerImage = "registry.k8s.io/kube-scheduler"