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: {} emptyDir: {}
containers: containers:
- name: controller - name: controller
image: fission/fission-bundle:testing20170124 image: fission/fission-bundle:alpha20170328
command: ["/fission-bundle"] command: ["/fission-bundle"]
args: ["--controllerPort", "8888", "--filepath", "/filestore"] args: ["--controllerPort", "8888", "--filepath", "/filestore"]
volumeMounts: volumeMounts:
@@ -88,7 +88,7 @@ spec:
spec: spec:
containers: containers:
- name: router - name: router
image: fission/fission-bundle:testing20170124 image: fission/fission-bundle:alpha20170328
command: ["/fission-bundle"] command: ["/fission-bundle"]
args: ["--routerPort", "8888"] args: ["--routerPort", "8888"]
@@ -122,7 +122,7 @@ spec:
spec: spec:
containers: containers:
- name: poolmgr - name: poolmgr
image: fission/fission-bundle:testing20170124 image: fission/fission-bundle:alpha20170328
command: ["/fission-bundle"] command: ["/fission-bundle"]
args: ["--poolmgrPort", "8888"] args: ["--poolmgrPort", "8888"]
serviceAccount: poolmgr serviceAccount: poolmgr
@@ -142,7 +142,7 @@ spec:
spec: spec:
containers: containers:
- name: kubewatcher - name: kubewatcher
image: fission/fission-bundle:testing20170124 image: fission/fission-bundle:alpha20170328
command: ["/fission-bundle"] command: ["/fission-bundle"]
args: ["--kubewatcher"] args: ["--kubewatcher"]