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

Commit

Permalink
Merge pull request #1955 from kawych/release-1.5
Browse files Browse the repository at this point in the history
Bump Heapster to v1.5.1
  • Loading branch information
x13n committed Feb 8, 2018
2 parents 280bdec + 8d89806 commit 5a8555a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ifndef TEMP_DIR
TEMP_DIR:=$(shell mktemp -d /tmp/heapster.XXXXXX)
endif

VERSION?=v1.5.0
VERSION?=v1.5.1
GIT_COMMIT:=$(shell git rev-parse --short HEAD)

TESTUSER=
Expand Down
2 changes: 1 addition & 1 deletion deploy/kube-config/google/heapster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: heapster
containers:
- name: heapster
image: gcr.io/google_containers/heapster-amd64:v1.4.2
image: gcr.io/google_containers/heapster-amd64:v1.5.1
imagePullPolicy: IfNotPresent
command:
- /heapster
Expand Down
2 changes: 1 addition & 1 deletion deploy/kube-config/influxdb/heapster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: heapster
containers:
- name: heapster
image: gcr.io/google_containers/heapster-amd64:v1.4.2
image: gcr.io/google_containers/heapster-amd64:v1.5.1
imagePullPolicy: IfNotPresent
command:
- /heapster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: heapster-test
image: gcr.io/google_containers/heapster-amd64:v1.4.2
image: gcr.io/google_containers/heapster-amd64:v1.5.1
imagePullPolicy: Always
command:
- /heapster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: heapster
image: gcr.io/google_containers/heapster-amd64:v1.4.2
image: gcr.io/google_containers/heapster-amd64:v1.5.1
command:
- /heapster
- --source=kubernetes.summary_api:''
Expand Down
2 changes: 1 addition & 1 deletion deploy/kube-config/standalone/heapster-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: heapster
containers:
- name: heapster
image: gcr.io/google_containers/heapster-amd64:v1.4.2
image: gcr.io/google_containers/heapster-amd64:v1.5.1
imagePullPolicy: IfNotPresent
command:
- /heapster
Expand Down

0 comments on commit 5a8555a

Please sign in to comment.