Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
fix: update cluster-proportional-autoscaler path at MCR
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Apr 17, 2020
1 parent 95b7254 commit 5dbc98e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/api/k8s_versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
calicoCNIImageReference string = "cni:v3.8.0"
calicoNodeImageReference string = "node:v3.8.0"
calicoPod2DaemonImageReference string = "pod2daemon-flexvol:v3.8.0"
calicoClusterProportionalAutoscalerImageReference string = "cluster-proportional-autoscaler-amd64:1.1.2-r2"
calicoClusterProportionalAutoscalerImageReference string = "oss/kubernetes/autoscaler/cluster-proportional-autoscaler:1.1.2-r2"
ciliumAgentImageReference string = "docker.io/cilium/cilium:v1.4"
ciliumCleanStateImageReference string = "docker.io/cilium/cilium-init:2018-10-16"
ciliumOperatorImageReference string = "docker.io/cilium/operator:v1.4"
Expand Down Expand Up @@ -85,7 +85,7 @@ var kubernetesImageBaseDefaultImages = map[string]map[string]string{
common.DNSSidecarComponentName: "oss/kubernetes/k8s-dns-sidecar:1.14.10",
common.ReschedulerAddonName: "oss/kubernetes/rescheduler:v0.4.0",
common.IPMASQAgentAddonName: "oss/kubernetes/ip-masq-agent:v2.5.0",
common.DNSAutoscalerAddonName: "oss/kubernetes/cluster-proportional-autoscaler:1.1.1",
common.DNSAutoscalerAddonName: "oss/kubernetes/autoscaler/cluster-proportional-autoscaler:1.1.1",
common.KubeProxyAddonName: "oss/kubernetes/kube-proxy",
common.ControllerManagerComponentName: "oss/kubernetes/kube-controller-manager",
common.APIServerComponentName: "oss/kubernetes/kube-apiserver",
Expand Down

0 comments on commit 5dbc98e

Please sign in to comment.