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

Commit a062d2c

Browse files
authored
Merge pull request #2074 from kawych/release-1.6f
Revert Heapster version in deployment files to 1.5.4
2 parents 67d6d33 + fdf43f2 commit a062d2c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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.6.0-beta.1
23+
image: k8s.gcr.io/heapster-amd64:v1.5.4
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.6.0-beta.1
23+
image: k8s.gcr.io/heapster-amd64:v1.5.4
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.6.0-beta.1
21+
image: k8s.gcr.io/heapster-amd64:v1.5.4
2222
imagePullPolicy: Always
2323
command:
2424
- /heapster

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.6.0-beta.1
26+
image: k8s.gcr.io/heapster-amd64:v1.5.4
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.6.0-beta.1
23+
image: k8s.gcr.io/heapster-amd64:v1.5.4
2424
imagePullPolicy: IfNotPresent
2525
command:
2626
- /heapster

0 commit comments

Comments
 (0)