Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit b4b5c7a

Browse files
authored
Merge pull request #2033 from serathius/release-1.5.3
Bump Heapster to version 1.5.3
2 parents 366467c + 8ac54ed commit b4b5c7a

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ifndef TEMP_DIR
1111
TEMP_DIR:=$(shell mktemp -d /tmp/heapster.XXXXXX)
1212
endif
1313

14-
VERSION?=v1.5.2
14+
VERSION?=v1.5.3
1515
GIT_COMMIT:=$(shell git rev-parse --short HEAD)
1616

1717
TESTUSER=

deploy/kube-config/google/heapster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
serviceAccountName: heapster
2121
containers:
2222
- name: heapster
23-
image: gcr.io/google_containers/heapster-amd64:v1.5.2
23+
image: gcr.io/google_containers/heapster-amd64:v1.5.3
2424
imagePullPolicy: IfNotPresent
2525
command:
2626
- /heapster

deploy/kube-config/influxdb/heapster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
serviceAccountName: heapster
2121
containers:
2222
- name: heapster
23-
image: gcr.io/google_containers/heapster-amd64:v1.5.2
23+
image: gcr.io/google_containers/heapster-amd64:v1.5.3
2424
imagePullPolicy: IfNotPresent
2525
command:
2626
- /heapster

deploy/kube-config/standalone-test/heapster-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: heapster-test
20-
image: gcr.io/google_containers/heapster-amd64:v1.5.2
20+
image: gcr.io/google_containers/heapster-amd64:v1.5.3
2121
imagePullPolicy: Always
2222
command:
2323
- /heapster

deploy/kube-config/standalone-test/heapster-summary-controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: heapster-test
20-
image: gcr.io/google_containers/heapster-amd64:v1.5.2
20+
image: gcr.io/google_containers/heapster-amd64:v1.5.3
2121
imagePullPolicy: Always
2222
command:
2323
- /heapster
@@ -28,7 +28,7 @@ spec:
2828
mountPath: /etc/ssl/certs
2929
readOnly: true
3030
- name: eventer-test
31-
image: gcr.io/google_containers/heapster-amd64:v1.5.2
31+
image: gcr.io/google_containers/heapster-amd64:v1.5.3
3232
imagePullPolicy: Always
3333
command:
3434
- /eventer

deploy/kube-config/standalone-with-apiserver/heapster-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
spec:
2424
containers:
2525
- name: heapster
26-
image: gcr.io/google_containers/heapster-amd64:v1.5.2
26+
image: gcr.io/google_containers/heapster-amd64:v1.5.3
2727
command:
2828
- /heapster
2929
- --source=kubernetes.summary_api:''

deploy/kube-config/standalone/heapster-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
serviceAccountName: heapster
2121
containers:
2222
- name: heapster
23-
image: gcr.io/google_containers/heapster-amd64:v1.5.2
23+
image: gcr.io/google_containers/heapster-amd64:v1.5.3
2424
imagePullPolicy: IfNotPresent
2525
command:
2626
- /heapster

0 commit comments

Comments
 (0)