diff --git a/deploy/kube-config/google/heapster.yaml b/deploy/kube-config/google/heapster.yaml index 212aa96c3e..843282e9ab 100644 --- a/deploy/kube-config/google/heapster.yaml +++ b/deploy/kube-config/google/heapster.yaml @@ -20,7 +20,7 @@ spec: serviceAccountName: heapster containers: - name: heapster - image: k8s.gcr.io/heapster-amd64:v1.4.2 + image: k8s.gcr.io/heapster-amd64:v1.5.3 imagePullPolicy: IfNotPresent command: - /heapster diff --git a/deploy/kube-config/influxdb/heapster.yaml b/deploy/kube-config/influxdb/heapster.yaml index 7853e1b999..17bdcb6415 100644 --- a/deploy/kube-config/influxdb/heapster.yaml +++ b/deploy/kube-config/influxdb/heapster.yaml @@ -20,7 +20,7 @@ spec: serviceAccountName: heapster containers: - name: heapster - image: k8s.gcr.io/heapster-amd64:v1.4.2 + image: k8s.gcr.io/heapster-amd64:v1.5.3 imagePullPolicy: IfNotPresent command: - /heapster diff --git a/deploy/kube-config/standalone-test/heapster-controller.yaml b/deploy/kube-config/standalone-test/heapster-controller.yaml index d2986c391d..90b9604cd8 100644 --- a/deploy/kube-config/standalone-test/heapster-controller.yaml +++ b/deploy/kube-config/standalone-test/heapster-controller.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: heapster containers: - name: heapster-test - image: k8s.gcr.io/heapster-amd64:v1.5.1 + image: k8s.gcr.io/heapster-amd64:v1.5.3 imagePullPolicy: Always command: - /heapster diff --git a/deploy/kube-config/standalone-test/heapster-summary-controller.yaml b/deploy/kube-config/standalone-test/heapster-summary-controller.yaml index 33316f8058..0481c4d6b7 100644 --- a/deploy/kube-config/standalone-test/heapster-summary-controller.yaml +++ b/deploy/kube-config/standalone-test/heapster-summary-controller.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: heapster-test - image: k8s.gcr.io/heapster-amd64:v1.4.2 + image: k8s.gcr.io/heapster-amd64:v1.5.3 imagePullPolicy: Always command: - /heapster @@ -28,7 +28,7 @@ spec: mountPath: /etc/ssl/certs readOnly: true - name: eventer-test - image: k8s.gcr.io/heapster-amd64:v1.4.2 + image: k8s.gcr.io/heapster-amd64:v1.5.3 imagePullPolicy: Always command: - /eventer diff --git a/deploy/kube-config/standalone-with-apiserver/heapster-deployment.yaml b/deploy/kube-config/standalone-with-apiserver/heapster-deployment.yaml index b4eb309245..85c100e24a 100644 --- a/deploy/kube-config/standalone-with-apiserver/heapster-deployment.yaml +++ b/deploy/kube-config/standalone-with-apiserver/heapster-deployment.yaml @@ -23,7 +23,7 @@ spec: spec: containers: - name: heapster - image: k8s.gcr.io/heapster-amd64:v1.4.2 + image: k8s.gcr.io/heapster-amd64:v1.5.3 command: - /heapster - --source=kubernetes.summary_api:'' diff --git a/deploy/kube-config/standalone/heapster-controller.yaml b/deploy/kube-config/standalone/heapster-controller.yaml index 39e20ab9ab..5d3be5886b 100644 --- a/deploy/kube-config/standalone/heapster-controller.yaml +++ b/deploy/kube-config/standalone/heapster-controller.yaml @@ -20,7 +20,7 @@ spec: serviceAccountName: heapster containers: - name: heapster - image: k8s.gcr.io/heapster-amd64:v1.4.2 + image: k8s.gcr.io/heapster-amd64:v1.5.3 imagePullPolicy: IfNotPresent command: - /heapster