Skip to content

Commit

Permalink
Merge pull request #1976 from zalando-incubator/update-ca
Browse files Browse the repository at this point in the history
Update CA
  • Loading branch information
aermakov-zalando authored Apr 5, 2019
2 parents 2db17d5 + c9ca4bf commit 1e911a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster/manifests/kube-cluster-autoscaler/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: kube-system
labels:
application: kube-cluster-autoscaler
version: v1.12.2-internal49
version: v1.12.2-internal63
spec:
selector:
matchLabels:
Expand All @@ -16,7 +16,7 @@ spec:
metadata:
labels:
application: kube-cluster-autoscaler
version: v1.12.2-internal49
version: v1.12.2-internal63
annotations:
iam.amazonaws.com/role: "{{ .LocalID }}-app-autoscaler"
config/pool-sizes: "{{range .NodePools}}{{.Name}}-{{.MinSize}}-{{.MaxSize}} {{end}}"
Expand All @@ -33,7 +33,7 @@ spec:
effect: NoSchedule
containers:
- name: cluster-autoscaler
image: registry.opensource.zalan.do/teapot/kube-cluster-autoscaler:v1.12.2-internal49
image: registry.opensource.zalan.do/teapot/kube-cluster-autoscaler:v1.12.2-internal63
command:
- ./cluster-autoscaler
- --v=4
Expand Down

0 comments on commit 1e911a0

Please sign in to comment.