Update fission.yaml to 3/28 image

This commit is contained in:
Soam Vasani
2017-04-24 08:25:38 -07:00
parent 1abe961869
commit d2b7dc36ab
+5 -4
View File
@@ -28,7 +28,7 @@ spec:
spec: spec:
containers: containers:
- name: controller - name: controller
image: fission/fission-bundle:alpha20170124 image: fission/fission-bundle:alpha20170328
command: ["/fission-bundle"] command: ["/fission-bundle"]
args: ["--controllerPort", "8888", "--filepath", "/filestore"] args: ["--controllerPort", "8888", "--filepath", "/filestore"]
@@ -47,7 +47,7 @@ spec:
spec: spec:
containers: containers:
- name: router - name: router
image: fission/fission-bundle:alpha20170124 image: fission/fission-bundle:alpha20170328
command: ["/fission-bundle"] command: ["/fission-bundle"]
args: ["--routerPort", "8888"] args: ["--routerPort", "8888"]
@@ -81,7 +81,7 @@ spec:
spec: spec:
containers: containers:
- name: poolmgr - name: poolmgr
image: fission/fission-bundle:alpha20170124 image: fission/fission-bundle:alpha20170328
command: ["/fission-bundle"] command: ["/fission-bundle"]
args: ["--poolmgrPort", "8888"] args: ["--poolmgrPort", "8888"]
@@ -100,7 +100,7 @@ spec:
spec: spec:
containers: containers:
- name: kubewatcher - name: kubewatcher
image: fission/fission-bundle:alpha20170124 image: fission/fission-bundle:alpha20170328
command: ["/fission-bundle"] command: ["/fission-bundle"]
args: ["--kubewatcher"] args: ["--kubewatcher"]
@@ -135,6 +135,7 @@ spec:
containers: containers:
- name: etcd - name: etcd
image: quay.io/coreos/etcd image: quay.io/coreos/etcd
imagePullPolicy: IfNotPresent
env: env:
- name: ETCD_LISTEN_CLIENT_URLS - name: ETCD_LISTEN_CLIENT_URLS
value: http://0.0.0.0:2379 value: http://0.0.0.0:2379