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

Commit

Permalink
Revert Heapster version in deployment files to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kawych committed Jul 26, 2018
1 parent 67d6d33 commit fdf43f2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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: k8s.gcr.io/heapster-amd64:v1.6.0-beta.1
image: k8s.gcr.io/heapster-amd64:v1.5.4
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: k8s.gcr.io/heapster-amd64:v1.6.0-beta.1
image: k8s.gcr.io/heapster-amd64:v1.5.4
imagePullPolicy: IfNotPresent
command:
- /heapster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: heapster
containers:
- name: heapster-test
image: k8s.gcr.io/heapster-amd64:v1.6.0-beta.1
image: k8s.gcr.io/heapster-amd64:v1.5.4
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: k8s.gcr.io/heapster-amd64:v1.6.0-beta.1
image: k8s.gcr.io/heapster-amd64:v1.5.4
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: k8s.gcr.io/heapster-amd64:v1.6.0-beta.1
image: k8s.gcr.io/heapster-amd64:v1.5.4
imagePullPolicy: IfNotPresent
command:
- /heapster
Expand Down

0 comments on commit fdf43f2

Please sign in to comment.