This repository was archived by the owner on Dec 1, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
standalone-with-apiserver Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ifndef TEMP_DIR
1111TEMP_DIR: =$(shell mktemp -d /tmp/heapster.XXXXXX)
1212endif
1313
14- VERSION? =v1.5 .0-beta.3
14+ VERSION? =v1.6 .0-beta.1
1515GIT_COMMIT: =$(shell git rev-parse --short HEAD)
1616
1717TESTUSER =
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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:''
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments