Update YAML to point at alpha20170124 fission-bundle image
This commit is contained in:
+4
-4
@@ -28,7 +28,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: controller
|
- name: controller
|
||||||
image: fission/fission-bundle:alpha10
|
image: fission/fission-bundle:alpha20170124
|
||||||
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:alpha10
|
image: fission/fission-bundle:alpha20170124
|
||||||
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:alpha10
|
image: fission/fission-bundle:alpha20170124
|
||||||
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:alpha10
|
image: fission/fission-bundle:alpha20170124
|
||||||
command: ["/fission-bundle"]
|
command: ["/fission-bundle"]
|
||||||
args: ["--kubewatcher"]
|
args: ["--kubewatcher"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user