Update heapster from v1.5.2 to v1.5.3

This commit is contained in:
Dalton Hubble 2018-07-01 21:07:52 -07:00
parent 74dc6b0bf9
commit a3349b5c68
2 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,7 @@ Notable changes between versions.
#### Addons #### Addons
* Update Grafana from 5.1.4 to [5.2.1](http://docs.grafana.org/guides/whats-new-in-v5-2/) * Update Grafana from 5.1.4 to [5.2.1](http://docs.grafana.org/guides/whats-new-in-v5-2/)
* Update heapster from v1.5.2 to v1.5.3
## v1.10.5 ## v1.10.5

View File

@ -14,11 +14,13 @@ spec:
labels: labels:
name: heapster name: heapster
phase: prod phase: prod
annotations:
seccomp.security.alpha.kubernetes.io/pod: 'docker/default'
spec: spec:
serviceAccountName: heapster serviceAccountName: heapster
containers: containers:
- name: heapster - name: heapster
image: k8s.gcr.io/heapster-amd64:v1.5.2 image: k8s.gcr.io/heapster-amd64:v1.5.3
command: command:
- /heapster - /heapster
- --source=kubernetes.summary_api:'' - --source=kubernetes.summary_api:''