Fix image version in fission-openshift.yaml

This commit is contained in:
Soam Vasani
2017-06-17 21:14:27 -07:00
parent b1e66663bd
commit 3328014ee6
+4 -4
View File
@@ -66,7 +66,7 @@ spec:
emptyDir: {}
containers:
- name: controller
image: fission/fission-bundle:testing20170124
image: fission/fission-bundle:alpha20170328
command: ["/fission-bundle"]
args: ["--controllerPort", "8888", "--filepath", "/filestore"]
volumeMounts:
@@ -88,7 +88,7 @@ spec:
spec:
containers:
- name: router
image: fission/fission-bundle:testing20170124
image: fission/fission-bundle:alpha20170328
command: ["/fission-bundle"]
args: ["--routerPort", "8888"]
@@ -122,7 +122,7 @@ spec:
spec:
containers:
- name: poolmgr
image: fission/fission-bundle:testing20170124
image: fission/fission-bundle:alpha20170328
command: ["/fission-bundle"]
args: ["--poolmgrPort", "8888"]
serviceAccount: poolmgr
@@ -142,7 +142,7 @@ spec:
spec:
containers:
- name: kubewatcher
image: fission/fission-bundle:testing20170124
image: fission/fission-bundle:alpha20170328
command: ["/fission-bundle"]
args: ["--kubewatcher"]