cluster/gce/coreos: Update heapster apiVersion

This fixes an inadvertant search-replace error in #26617.
The error was missed then because the search-replace issue wasn't
present in the standalone controllers, but was in all the others.
pull/6/head
Euan Kemp 2016-06-08 14:51:18 -07:00
parent e79f046990
commit d2761de36b
4 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
apiVersion: extensions/v1beta2
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: heapster-v1.1.0.beta2

View File

@ -1,4 +1,4 @@
apiVersion: extensions/v1beta2
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: heapster-v1.1.0.beta2

View File

@ -1,4 +1,4 @@
apiVersion: extensions/v1beta2
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: heapster-v1.1.0.beta2

View File

@ -71,3 +71,4 @@ spec:
emptyDir: {}
- name: grafana-persistent-storage
emptyDir: {}