Remove image tags from yamls
This commit is contained in:
@@ -66,7 +66,7 @@ spec:
|
|||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
containers:
|
containers:
|
||||||
- name: controller
|
- name: controller
|
||||||
image: fission/fission-bundle:alpha20170328
|
image: fission/fission-bundle
|
||||||
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:alpha20170328
|
image: fission/fission-bundle
|
||||||
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:alpha20170328
|
image: fission/fission-bundle
|
||||||
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:alpha20170328
|
image: fission/fission-bundle
|
||||||
command: ["/fission-bundle"]
|
command: ["/fission-bundle"]
|
||||||
args: ["--kubewatcher"]
|
args: ["--kubewatcher"]
|
||||||
|
|
||||||
|
|||||||
+4
-4
@@ -60,7 +60,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: controller
|
- name: controller
|
||||||
image: fission/fission-bundle:alpha20170328
|
image: fission/fission-bundle
|
||||||
command: ["/fission-bundle"]
|
command: ["/fission-bundle"]
|
||||||
args: ["--controllerPort", "8888", "--filepath", "/filestore"]
|
args: ["--controllerPort", "8888", "--filepath", "/filestore"]
|
||||||
serviceAccountName: fission-svc
|
serviceAccountName: fission-svc
|
||||||
@@ -79,7 +79,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: router
|
- name: router
|
||||||
image: fission/fission-bundle:alpha20170328
|
image: fission/fission-bundle
|
||||||
command: ["/fission-bundle"]
|
command: ["/fission-bundle"]
|
||||||
args: ["--routerPort", "8888"]
|
args: ["--routerPort", "8888"]
|
||||||
serviceAccountName: fission-svc
|
serviceAccountName: fission-svc
|
||||||
@@ -112,7 +112,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: poolmgr
|
- name: poolmgr
|
||||||
image: fission/fission-bundle:alpha20170328
|
image: fission/fission-bundle
|
||||||
command: ["/fission-bundle"]
|
command: ["/fission-bundle"]
|
||||||
args: ["--poolmgrPort", "8888"]
|
args: ["--poolmgrPort", "8888"]
|
||||||
serviceAccountName: fission-svc
|
serviceAccountName: fission-svc
|
||||||
@@ -131,7 +131,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: kubewatcher
|
- name: kubewatcher
|
||||||
image: fission/fission-bundle:alpha20170328
|
image: fission/fission-bundle
|
||||||
command: ["/fission-bundle"]
|
command: ["/fission-bundle"]
|
||||||
args: ["--kubewatcher"]
|
args: ["--kubewatcher"]
|
||||||
serviceAccountName: fission-svc
|
serviceAccountName: fission-svc
|
||||||
|
|||||||
+5
-5
@@ -28,7 +28,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: controller
|
- name: controller
|
||||||
image: fission/fission-bundle:alpha20170328
|
image: fission/fission-bundle
|
||||||
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:alpha20170328
|
image: fission/fission-bundle
|
||||||
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:alpha20170328
|
image: fission/fission-bundle
|
||||||
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:alpha20170328
|
image: fission/fission-bundle
|
||||||
command: ["/fission-bundle"]
|
command: ["/fission-bundle"]
|
||||||
args: ["--kubewatcher"]
|
args: ["--kubewatcher"]
|
||||||
|
|
||||||
@@ -119,7 +119,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: timer
|
- name: timer
|
||||||
image: fission/fission-bundle:alpha20170124
|
image: fission/fission-bundle
|
||||||
command: ["/fission-bundle"]
|
command: ["/fission-bundle"]
|
||||||
args: ["--timer"]
|
args: ["--timer"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user