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