Fix image version in fission-openshift.yaml
This commit is contained in:
@@ -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"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user