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 #2074 from kawych/release-1.6f
Browse files Browse the repository at this point in the history
Revert Heapster version in deployment files to 1.5.4
  • Loading branch information
k8s-ci-robot committed Jul 26, 2018
2 parents 67d6d33 + fdf43f2 commit a062d2c
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 a062d2c

Please sign in to comment.