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

Commit 67d6d33

Browse files
authored
Merge pull request #2068 from kawych/release-1.6f
Release Heapster 1.6-beta.1
2 parents da7a1b1 + 9b40bc0 commit 67d6d33

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

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.0-beta.3
14+
VERSION?=v1.6.0-beta.1
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: k8s.gcr.io/heapster-amd64:v1.5.3
23+
image: k8s.gcr.io/heapster-amd64:v1.6.0-beta.1
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: k8s.gcr.io/heapster-amd64:v1.5.3
23+
image: k8s.gcr.io/heapster-amd64:v1.6.0-beta.1
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
@@ -18,7 +18,7 @@ spec:
1818
serviceAccountName: heapster
1919
containers:
2020
- name: heapster-test
21-
image: k8s.gcr.io/heapster-amd64:v1.5.3
21+
image: k8s.gcr.io/heapster-amd64:v1.6.0-beta.1
2222
imagePullPolicy: Always
2323
command:
2424
- /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: k8s.gcr.io/heapster-amd64:v1.5.3
20+
image: k8s.gcr.io/heapster-amd64:v1.6.0-beta.1
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: k8s.gcr.io/heapster-amd64:v1.5.3
31+
image: k8s.gcr.io/heapster-amd64:v1.6.0-beta.1
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: k8s.gcr.io/heapster-amd64:v1.5.3
26+
image: k8s.gcr.io/heapster-amd64:v1.6.0-beta.1
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: k8s.gcr.io/heapster-amd64:v1.5.3
23+
image: k8s.gcr.io/heapster-amd64:v1.6.0-beta.1
2424
imagePullPolicy: IfNotPresent
2525
command:
2626
- /heapster

0 commit comments

Comments
 (0)