update cluster-proportional-autoscaler to v1.8.8

This commit is contained in:
Jesse Haka 2023-05-24 09:13:41 +03:00
parent 80129abd20
commit b0db858209
2 changed files with 2 additions and 2 deletions

View File

@ -331,7 +331,7 @@ spec:
spec:
containers:
- name: autoscaler
image: {{ if KubeDNS.CPAImage }}{{ KubeDNS.CPAImage }}{{ else }}registry.k8s.io/cpa/cluster-proportional-autoscaler:1.8.6{{ end }}
image: {{ if KubeDNS.CPAImage }}{{ KubeDNS.CPAImage }}{{ else }}registry.k8s.io/cpa/cluster-proportional-autoscaler:v1.8.8{{ end }}
resources:
requests:
cpu: "20m"

View File

@ -51,7 +51,7 @@ spec:
spec:
containers:
- name: autoscaler
image: {{ if KubeDNS.CPAImage }}{{ KubeDNS.CPAImage }}{{ else }}registry.k8s.io/cpa/cluster-proportional-autoscaler:1.8.3{{ end }}
image: {{ if KubeDNS.CPAImage }}{{ KubeDNS.CPAImage }}{{ else }}registry.k8s.io/cpa/cluster-proportional-autoscaler:v1.8.8{{ end }}
resources:
requests:
cpu: "20m"