Merge pull request #81532 from MrHohn/cpa-1.7.0

Bump cluster proportional autoscaler to 1.7.1
This commit is contained in:
Kubernetes Prow Robot 2019-08-27 19:37:32 -07:00 committed by GitHub
commit 467bdcb445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ spec:
supplementalGroups: [ 65534 ]
fsGroup: 65534
containers:
- image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.6.0
- image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.7.1
name: autoscaler
command:
- /cluster-proportional-autoscaler

View File

@ -84,7 +84,7 @@ spec:
fsGroup: 65534
containers:
- name: autoscaler
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.6.0
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.7.1
resources:
requests:
cpu: "20m"